export declare function promiseMaybeDictionaryOfHasKeys(name: string, mixed: any, keys: T[]): Promise; export declare function promiseMaybeDictionaryOfHasKeysHandler(keys: T[]): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfNotHasKeys(name: string, mixed: any, keys: T[]): Promise; export declare function promiseMaybeDictionaryOfNotHasKeysHandler(keys: T[]): (name: string, mixed: any) => Promise;