import { ConfigService } from '@nestjs/config';
import { ServerService } from '../server/server.service';
export declare class LogService {
    private readonly configService;
    private readonly serverService;
    constructor(configService: ConfigService, serverService: ServerService);
    getServerInstanceLogs(params: {
        serverName: string;
        limit?: number;
    }): Promise<string[]>;
}
//# sourceMappingURL=log.service.d.ts.map