/// <reference types="node" />
export declare const charsetConverter: (str: string | Buffer) => string;
