import { Fetcher, Request } from '@cloudflare/workers-types/experimental'; type WorkerConfig = { code: string; type?: 'sw' | 'module'; name?: string; schedule?: string; args?: object; config?: string | Record; debug?: boolean; }; type RunnerEnv = { workerd: { newWorker(args: any): Promise; }; config: { tpm: boolean; }; }; declare const _default: { "__#2@#nextWorkerId": number; "__#2@#schedules": Map>; readonly fetch: (req: Request>, env: RunnerEnv, ctx: import("@cloudflare/workers-types/experimental/index.js").ExecutionContext) => Promise; "__#2@#newWorker"(env: RunnerEnv, config: WorkerConfig): Promise; "__#2@#dispatchScheduledEvent"(worker: Fetcher, workerId: number, cron: string): Promise; }; export default _default; //# sourceMappingURL=runner.d.ts.map