export declare class LogFiler { static ensureSessionDir(): void; static logError(error: any): void; static logDebug(message: string): void; } //# sourceMappingURL=logFiler.d.ts.map