import { ICharset } from '../Types'; export declare const CHARSETS: { [key: string]: ICharset | null; }; export declare const DEFAULT_CHARSET: ICharset | null;