export default function askQuestion(): Promise<{
    useDir: string;
}>;
