/** * Returns the encoding name for the given platformID and encodingID. */ export declare function getEncoding(platformID: number, encodingID: number): string | undefined;