export interface InitOptions { here?: boolean; ai?: string | null; json?: boolean; } export declare function runInit(name: string | undefined, opts: InitOptions): Promise; //# sourceMappingURL=init.d.ts.map