import parseFrenchNationalId from './frenchNationalId'; import parseSwissDrivingLicense from './swissDrivingLicense'; import parseTD1 from './td1'; import parseTD2 from './td2'; import parseTD3 from './td3'; export declare const parsers: { td1: typeof parseTD1; td2: typeof parseTD2; td3: typeof parseTD3; swissDrivingLicense: typeof parseSwissDrivingLicense; frenchNationalId: typeof parseFrenchNationalId; };