import { KyofuucEnvironment } from "./Utils"; import { HttpConfig, WsConfig } from "../types"; export declare const Defaults: { classes: null; VERSION: string; INDEXDB_VERSION: number; WARN_WRITER: (...data: any[]) => void; MaxObjectEntrySize: number; ENVIRONMENT: KyofuucEnvironment; MaxCookieLength: number; INDEXDB_DEFAULT_STORE_NAME: string; MaxStorageSpace: number; INDEXDB_DEFAULT_MAX_SIZE: number; defaultHttpConnector(): any; getDefaultWSConnector(): any; wsConfig(config: WsConfig): WsConfig; httpConfig(config: HttpConfig): HttpConfig; };