export declare const LENGTH = 47; export declare const CHECK_DIGIT_POSITION = 4; export declare const PARTIALS: { start: number; end: number; checkIdx: number; }[]; export declare const CONVERT_POSITIONS: readonly [readonly [0, 4], readonly [32, 47], readonly [4, 9], readonly [10, 20], readonly [21, 31]];