export declare function promiseMaybeArrayOfDictionaryOfHasKeys(name: string, mixed: any, keys: T[]): Promise; export declare function promiseMaybeArrayOfDictionaryOfHasKeysHandler(keys: T[]): (name: string, mixed: any) => Promise; export declare function promiseMaybeArrayOfDictionaryOfNotHasKeys(name: string, mixed: any, keys: T[]): Promise; export declare function promiseMaybeArrayOfDictionaryOfNotHasKeysHandler(keys: T[]): (name: string, mixed: any) => Promise;