export declare const urlValidator: (value: string, errorMessage: string) => string | true; export declare const confirmationValidator: (value: any) => boolean; export declare const choiceValidator: (value: number, numberOfChoices: number, errorMessage: string) => string | true; export declare const isSpecialMissing: (value: any) => boolean;