interface InitOptions { claude?: boolean; opencode?: boolean; yes?: boolean; user?: string; force?: boolean; skipExisting?: boolean; template?: string; overwrite?: boolean; append?: boolean; } export declare function init(options: InitOptions): Promise; export {}; //# sourceMappingURL=init.d.ts.map