import { type ControlClient } from "@onebots/core/control"; export declare function runLogsCommand(args: string[], createClient?: (workspace: string) => { logs: Pick; }, output?: (text: string) => void): Promise; //# sourceMappingURL=logs-command.d.ts.map