/** * CorrectionReason codes and descriptions from the official BRO reference. * * @generated from urn:bro:cpt:CorrectionReason * @see https://publiek.broservices.nl/bro/refcodes/v1/codes?domain=urn%3Abro%3Acpt%3ACorrectionReason */ export declare const CPT_CORRECTION_REASON_CODES: Record; /** * Get the Dutch description for a CorrectionReason code. * * @param code - The code value * @returns The Dutch description, or undefined if the code is not recognized */ export declare function getCptCorrectionReasonDescription(code: string): string | undefined; //# sourceMappingURL=cpt-correction-reason.d.ts.map