import * as check from "../../../../../../generated/sync/check/array-of/dictionary-of/dictionary"; export declare type MaybeArrayOfDictionaryOfHasKeysErrorCodeType = check.ArrayOfDictionaryOfHasKeysResult; export declare function checkMaybeArrayOfDictionaryOfHasKeys(mixed: any, keys: T[]): undefined | MaybeArrayOfDictionaryOfHasKeysErrorCodeType; export declare type MaybeArrayOfDictionaryOfNotHasKeysErrorCodeType = check.ArrayOfDictionaryOfNotHasKeysResult; export declare function checkMaybeArrayOfDictionaryOfNotHasKeys(mixed: any, keys: T[]): undefined | MaybeArrayOfDictionaryOfNotHasKeysErrorCodeType;