export interface InitArgs { args: readonly string[]; } export declare function runInit(args: InitArgs): Promise; //# sourceMappingURL=init.d.ts.map