import { LogLevel } from './LogLevel'; import { Instance } from './Instance'; export declare class LogOptions { id?: number; uuid: string; level: LogLevel; errorLogFile: string; logFile: string; mergeLog: boolean; mergeLogFile?: string; instance: Instance; }