import { MultiProvider, NullIsmConfig } from '@hyperlane-xyz/sdk'; import { WithAddress } from '@hyperlane-xyz/utils'; import type { MetadataBuilder, MetadataContext, NullMetadataBuildResult } from './types.js'; export declare const NULL_METADATA = "0x"; export type NullMetadata = { type: NullIsmConfig['type']; }; export declare class NullMetadataBuilder implements MetadataBuilder { protected multiProvider: MultiProvider; constructor(multiProvider: MultiProvider); build(context: MetadataContext>): Promise; static decode(ism: NullIsmConfig): NullMetadata; } //# sourceMappingURL=null.d.ts.map