import type { ContractMeta, MergeContractMeta } from "./types.js"; export declare function mergeContractMeta(current: TCurrent, next: TNext): MergeContractMeta; //# sourceMappingURL=metadata.d.ts.map