import { Config } from './config'; export declare const getQuestionMessage: (parametersOptions: {} | undefined, key: string) => string; export declare const getValidationFunction: (parametersOptions: {} | undefined, key: any) => any; export declare const getConfigPath: (path: string) => string; export declare const defaultConfig: () => Config; export declare const readConfig: (path: string) => Config;