interface InitOptions { fullSend?: boolean; legacyPeerDeps?: boolean; yes?: boolean; } /** * Gets user preference for component installation directory * @param yes Whether to automatically answer yes to prompts * @returns string The chosen installation path */ export declare function getInstallationPath(yes?: boolean): Promise; /** * Main initialization handler * @param options InitOptions containing initialization preferences */ export declare function handleInit({ fullSend, legacyPeerDeps, yes, }: InitOptions): Promise; export {}; //# sourceMappingURL=init.d.ts.map