/** * Technique Parameter */ export interface Param { name: string; mprReadType: string; textReadType: string; regexUnits?: RegExp; } type TechniquesToParams = Record; /** * The values are ordered in the way they appear both * in the binary and the text file, * they have been renamed to be more descriptive. */ export declare const preParamsLookUp: TechniquesToParams; export {}; //# sourceMappingURL=preParamsLookUp.d.ts.map