import { InitOptions } from '../types'; export declare function runInit(options: InitOptions): Promise;