import type { RuleConverterPlugin } from '../RuleConverterInterface.js'; /** * PK rule converter. Primary key fields are handled at the section level * (secondary data section), not at the equivalence class level. * This converter produces no equivalence classes. */ export declare const PrimaryKeyConverter: RuleConverterPlugin; //# sourceMappingURL=PrimaryKeyConverter.d.ts.map