export declare const composeValidators: (...validatorFunctions: ((promptValue: string) => boolean | string)[]) => (promptValue: string) => boolean | string;
