import { type Middleware } from 'koa';
export declare function createServiceWorkerHandler(): Middleware;
