export declare function promiseMaybeArrayOfHasKeys(name: string, mixed: any, keys: T[]): Promise; export declare function promiseMaybeArrayOfHasKeysHandler(keys: T[]): (name: string, mixed: any) => Promise; export declare function promiseMaybeArrayOfNotHasKeys(name: string, mixed: any, keys: T[]): Promise; export declare function promiseMaybeArrayOfNotHasKeysHandler(keys: T[]): (name: string, mixed: any) => Promise;