export declare const prompts: () => Promise<{
    selected: string;
    targetDirectory: string;
    projectName: string;
    projectFeatures: string[];
    licence: string;
    version: string;
    description: string;
    author: string;
}>;
