import type { SchemaOf } from '../../helpers'; export interface IConfig { activeListeningPollPeriodMS: number; activeListeningThreshold: number; } export declare const schemaMap: SchemaOf; export declare const schemaMapDefault: import("../../helpers").StrictSchemaMap<{ activeListeningPollPeriodMS: unknown; activeListeningThreshold: unknown; }>; export declare const defaultConfig: IConfig;