import * as types from './types';
export declare const selectDirectory: ({ template, selectedNames }: types.SelectDirectory) => Promise<void>;
