export declare const NUMBER_LENGTH = 13; export declare const KEY_LENGTH = 2; export declare function checkNIR(nir: string, nirType: string): boolean; export declare function computeNIRKey(nir: string): string; export declare function isNIRKeyValid(nir: string): boolean;