export declare function promiseMaybeDictionaryOfPotentiallyUnsafeDateString(name: string, mixed: any): Promise; export declare function promiseMaybeDictionaryOfValidDateString(name: string, mixed: any): Promise; export declare function promiseMaybeDictionaryOfBeforeString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeDictionaryOfBeforeStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfAfterString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeDictionaryOfAfterStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfBeforeOrAtString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeDictionaryOfBeforeOrAtStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfAfterOrAtString(name: string, mixed: any, x: Date): Promise; export declare function promiseMaybeDictionaryOfAfterOrAtStringHandler(x: Date): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfRangeString(name: string, mixed: any, args: { min?: Date; max?: Date; }): Promise; export declare function promiseMaybeDictionaryOfRangeStringHandler(args: { min?: Date; max?: Date; }): (name: string, mixed: any) => Promise;