export default function parseDocumentNumberCheckDigit(checkDigit: string, source: string, optional: string): { valid: boolean; error: string | null; value: string; start: number; end: number; } | { valid: boolean; error: string | null; value: string; }; //# sourceMappingURL=parseDocumentNumberCheckDigit.d.ts.map