import { LogClient_BaseRotate } from "./LogClient_BaseRotate"; export declare class LogClient_MemBuffer extends LogClient_BaseRotate { readonly buffers: string[]; constructor(name: string, maxEntries?: number, maxSize?: number); protected printLogMessage(log: string): void; protected cleanup(): void; protected rotateBuffer(fromIndex: number, toIndex: number): void; protected prepare(): void; }