import type { PolishStep } from "../types.js"; import type { LeafObservation } from "../attributes/types.js"; export type AttributeGap = { obs: LeafObservation; existingLeaf: Record | null; }; export declare const attributesDetectStep: PolishStep; //# sourceMappingURL=attributes-detect.d.ts.map