export declare const makeValueToByte: (v: string, byte: 2 | 4 | 8) => string;
