export function merge(blocks: API.BlockFetcher, base: API.ShardLink, targets: API.ShardLink[]): Promise<{ root: API.ShardLink; } & API.ShardDiff>; import * as API from './api.js'; //# sourceMappingURL=merge.d.ts.map