/// export declare function nimqDecoder(data: string): Buffer; export declare function nimqEncoder(data: Buffer): string;