export declare class LangEncoder { static encode(value: string, numBits: number): string; static decode(value: string, numBits: number): string; }