import { CuringDescriptorState } from '../types'; /** * Whether the rendered owner has an OPEN `US_INDICIA` issue. Drives * visibility of the reasonable-explanation section + its sub-forms — the * other curable issue types only need a replacement document, not an * explanation. */ export declare const hasOpenUsIndiciaIssue: (state: CuringDescriptorState) => boolean;