import { Kind, LogMeta } from '../../types.h'; export declare const isLogEnabledToggle: import("effector").Event; export declare const logCleared: import("effector").Event; export declare const $logs: import("effector").Store; export declare const $isLogEnabled: import("effector").Store; declare type CreateRecord = Pick; export declare const createLogRecordFx: import("effector").Effect; export declare const toggleKind: import("effector").Event; export declare const kindSetting: { read: () => Kind[]; write: (value: Kind[]) => Kind[]; save: import("effector").Event; }; export declare const textSetting: { read: () => string; write: (value: string) => string; save: import("effector").Event; }; export declare const filterChanged: import("effector").Event; export declare const $kinds: import("effector").Store; export declare const $filterText: import("effector").Store; export declare const $filteredLogs: import("effector").Store; export {};