import Koa from 'koa'; import { ServiceJSON } from './runtime/typings'; export declare const startWorker: (serviceJSON: ServiceJSON) => Koa;