/// <reference types="node" />
import fs from 'fs-extra';
declare const _default: (action: string, basePath: string, { rootFolder }?: {
    rootFolder?: boolean | undefined;
}) => ({
    type: string;
    name: string;
    message: string;
    choices: {
        name: string;
        value: string;
    }[];
    when?: undefined;
} | {
    when: (answers: any) => boolean;
    type: string;
    message: string;
    name: string;
    choices(): Promise<fs.Dirent[]>;
} | {
    when: (answers: any) => boolean;
    type: string;
    message: string;
    name: string;
    choices(): Promise<string[]>;
})[];
export default _default;
//# sourceMappingURL=get-destination-prompts.d.ts.map