import { StandardizedCode } from "./gef-bore.js"; export declare const SPECIMEN_CODES: { geroerd: ReadonlyArray; monstersteekapparaat: ReadonlyArray; dikDunwandig: ReadonlyArray; monstermethode: ReadonlyArray; }; export declare const boreMeasurementTextVariables: Record; export interface BoreMeasurementTextVariable { description: string; category: string; required: boolean; standardizedCodes: Array | null; } export declare const boreMeasurementVariables: Record; export interface BoreMeasurementVariable { unit: string; description: string; category: string; dataType: string; } export interface SpecimenCode { code: string; nl: string; en: string; } //# sourceMappingURL=gef-bore-spec.d.ts.map