export declare function promiseMaybeDictionaryOfArrayOfHasKeys(name: string, mixed: any, keys: T[]): Promise; export declare function promiseMaybeDictionaryOfArrayOfHasKeysHandler(keys: T[]): (name: string, mixed: any) => Promise; export declare function promiseMaybeDictionaryOfArrayOfNotHasKeys(name: string, mixed: any, keys: T[]): Promise; export declare function promiseMaybeDictionaryOfArrayOfNotHasKeysHandler(keys: T[]): (name: string, mixed: any) => Promise;