import { ServiceJSON } from './worker/runtime/typings';
export declare const startMaster: (service: ServiceJSON) => void;
