export declare function promiseMaybeArrayOfDictionaryOfPotentiallyUnsafeDateString(name: string, mixed: any): Promise; export declare function promiseMaybeArrayOfDictionaryOfValidDateString(name: string, mixed: any): Promise; export declare function promiseMaybeArrayOfDictionaryOfBeforeString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeArrayOfDictionaryOfBeforeStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeArrayOfDictionaryOfAfterString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeArrayOfDictionaryOfAfterStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeArrayOfDictionaryOfBeforeOrAtString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeArrayOfDictionaryOfBeforeOrAtStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeArrayOfDictionaryOfAfterOrAtString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeArrayOfDictionaryOfAfterOrAtStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeArrayOfDictionaryOfRangeString(name: string, mixed: any, args: { min?: Date; max?: Date; }): Promise; export declare function promiseMaybeArrayOfDictionaryOfRangeStringHandler(args: { min?: Date; max?: Date; }): (name: string, mixed: any) => Promise;