interface NomadLogsOptions { region?: string; datacenter?: string; tail?: number; follow: boolean; } export declare function nomadLogsCommand(botName: string, options: NomadLogsOptions): Promise; export {}; //# sourceMappingURL=nomad-logs.d.ts.map