import { KyofuucEnvironment } from "./Utils"; import { HttpConfig, WsConfig } from "../types"; export declare const Defaults: { VERSION: string; MaxObjectEntrySize: number; ENVIRONMENT: KyofuucEnvironment; MaxCookieLength: number; MaxStorageSpace: number; defaultHttpConnector(): any; getDefaultWSConnector(): any; wsConfig(config: WsConfig): WsConfig; httpConfig(config: HttpConfig): HttpConfig; };