export declare function expand(barcode: string): string; export declare function compress(barcode: string): string | null;