import type { IChainContainer } from './types/container.js'; import type { ISchemaContainer } from '../shared/types/schema.js'; import type { IWrapChain } from '../wrapper/types/chain.js'; /** * Schema serialization for v4 `Chain`. */ export declare const chain: ISchemaContainer; //# sourceMappingURL=chain.d.ts.map