export declare const NONSTRING_ERR = "Barcode must be a string"; export declare const EMPTY_CODE_ERR = "Barcode must not be an empty string"; export declare const FORMAT_ERR = "Barcode is not of a valid format"; export declare function generateCheckDigit(barcode: string): string;