export declare type VARIANT = "A" | "B" | "C" | "AUTO"; export declare const encodeCode128: (text: string, variant?: VARIANT) => string;