import { IClientConfig, XYOverflowClearType } from '../type/index'; export declare const DEFAULT_LOG_STYLE = "color: #3876ff;"; export declare const DEFAULT_LINE = "*********************************************************"; /** * 默认Client配置 */ export declare const DEFAULT_CLIENT_CONFIG: IClientConfig; export declare const XYLink_LOG: string; export declare const XYLINK_LOG_AGENT: string; export declare const XY_DEFAULT_LOGGER_CONFIG: { dbName: string; tableName: string; dbVersion: number; tableCount: number; enableClearTable: boolean; overflowClearType: XYOverflowClearType; };