import { AnchorIdGenerator, AnchorRegistry } from '../contract'; /** 创建一次 plot lowering 使用的锚点注册表。 */ export declare const createAnchorRegistry: (options: { plotId?: string; generators?: Record; }) => AnchorRegistry; //# sourceMappingURL=anchors.d.ts.map