export interface InitOptions { adopt: boolean; force: boolean; } export declare function runInit(projectRoot: string, options: InitOptions): Promise;