import type { ChainMap } from '@hyperlane-xyz/sdk'; import { Address, ParsedMessage } from '@hyperlane-xyz/utils'; export type MessageWhitelist = ChainMap>; export declare function messageMatchesWhitelist(whitelist: MessageWhitelist, message: ParsedMessage): boolean; //# sourceMappingURL=whitelist.d.ts.map