import { ICharset } from 'common/Types'; export declare const CHARSETS: { [key: string]: ICharset | undefined; }; export declare const DEFAULT_CHARSET: ICharset | undefined; //# sourceMappingURL=Charsets.d.ts.map