import type { IInterceptLog, ILogsMap } from './types';
export declare function writeLog(log: IInterceptLog): void;
export declare function readLogsMap(): Promise<ILogsMap>;
