import type { Command } from "commander"; import type { Api } from "../../api.js"; /** * Runtime log lines for a worker (`/hosting/logs/*`), newest first: the * `console.*` calls drained by `createWorker()` — an `Error` argument lands in * `attributes.error` with its stack — plus one `error` line per invocation that * crashed, timed out, or answered with HTTP 4xx/5xx. */ export declare function registerWorkerLogCommands(parent: Command, getApi: () => Api): void; //# sourceMappingURL=logs.d.ts.map