import parseFrenchDrivingLicense from './frenchDrivingLicence.ts'; import parseFrenchNationalId from './frenchNationalId.ts'; import parseSwissDrivingLicense from './swissDrivingLicense.ts'; import parseTD1 from './td1.ts'; import parseTD2 from './td2.ts'; import parseTD3 from './td3.ts'; export declare const parsers: { td1: typeof parseTD1; td2: typeof parseTD2; td3: typeof parseTD3; swissDrivingLicense: typeof parseSwissDrivingLicense; frenchNationalId: typeof parseFrenchNationalId; frenchDrivingLicense: typeof parseFrenchDrivingLicense; }; //# sourceMappingURL=parsers.d.ts.map