import { Options } from './interface';
export declare const DEFAULT_CHARSET = "utf-8";
export declare const DEFAULT_OPTIONS: Options;
