export interface InitOptions { cwd: string; force?: boolean; } export declare function runInit(options: InitOptions): Promise;