import { LogService } from './log.service';
export declare class LogController {
    private readonly logService;
    constructor(logService: LogService);
    getServerInstanceLogs(serverName: string, limit?: string): Promise<string[]>;
}
//# sourceMappingURL=log.controller.d.ts.map