Files
2019-10-17 12:36:15 +09:00

3 lines
103 B
TypeScript

import { Runtime } from '../../types';
export declare function init(_runtime: Runtime): Promise<void>;