import * as types from './types';
export declare const askDirectory: ({ outputPath, selectedNames }: types.AskDirectory) => Promise<string>;
