import { Command } from "clipanion"; export declare class LogsCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; nodeId: string | undefined; follow: boolean; execute(): Promise; } //# sourceMappingURL=logs.d.ts.map