import * as check from "../../../../../generated/sync/check/dictionary-of/dictionary"; export declare type MaybeDictionaryOfHasKeysErrorCodeType = check.DictionaryOfHasKeysResult; export declare function checkMaybeDictionaryOfHasKeys(mixed: any, keys: T[]): undefined | MaybeDictionaryOfHasKeysErrorCodeType; export declare type MaybeDictionaryOfNotHasKeysErrorCodeType = check.DictionaryOfNotHasKeysResult; export declare function checkMaybeDictionaryOfNotHasKeys(mixed: any, keys: T[]): undefined | MaybeDictionaryOfNotHasKeysErrorCodeType;