mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-15 10:17:59 +08:00
3 lines
103 B
TypeScript
3 lines
103 B
TypeScript
import { Runtime } from '../../types';
|
|
export declare function init(_runtime: Runtime): Promise<void>;
|