import { HyperlaneCore, OffchainLookupIsmConfig } from '@hyperlane-xyz/sdk'; import { WithAddress } from '@hyperlane-xyz/utils'; import type { CcipReadMetadataBuildResult, MetadataBuilder, MetadataContext } from './types.js'; export declare class OffchainLookupMetadataBuilder implements MetadataBuilder { readonly type: "offchainLookupIsm"; private core; constructor(core: HyperlaneCore); build(context: MetadataContext>): Promise; } //# sourceMappingURL=ccipread.d.ts.map