import { Options } from '../../../lib/types'; export default function wizard(options?: Options): Promise; export declare function interactive(test: any, pkg: any, policy: any, options: any): Promise<{}>; export declare function inquire(prompts: any, answers: any): Promise<{}>; export declare function processAnswers(answers: any, policy: any, options: any): any;