export declare function promiseMaybeDictionaryOfArrayOfPotentiallyUnsafeDateString(name: string, mixed: any): Promise; export declare function promiseMaybeDictionaryOfArrayOfValidDateString(name: string, mixed: any): Promise; export declare function promiseMaybeDictionaryOfArrayOfBeforeString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeDictionaryOfArrayOfBeforeStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfArrayOfAfterString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeDictionaryOfArrayOfAfterStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfArrayOfBeforeOrAtString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeDictionaryOfArrayOfBeforeOrAtStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfArrayOfAfterOrAtString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeDictionaryOfArrayOfAfterOrAtStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfArrayOfRangeString(name: string, mixed: any, args: { min?: Date; max?: Date; }): Promise; export declare function promiseMaybeDictionaryOfArrayOfRangeStringHandler(args: { min?: Date; max?: Date; }): (name: string, mixed: any) => Promise;