import type { ProjectInfo, UserConfig } from '../../types.js'; export declare function conductInterview(config: UserConfig): Promise; export declare function confirmProjectInfo(info: ProjectInfo): Promise; //# sourceMappingURL=interview.d.ts.map