export type CurrentLogItem = { readonly t: number; readonly l: string; readonly d: any[]; readonly h: string; }; export declare function add(level: string, args: any[]): void; export declare function init(): void;