import type { MethodSpecRecord } from "@metamask/kernel-rpc-methods";
import { launchSpec } from "./launch.cjs";
import { terminateSpec } from "./terminate.cjs";
import { terminateAllSpec } from "./terminateAll.cjs";
export type VatWorkerServiceMethodSpecs = typeof launchSpec | typeof terminateSpec | typeof terminateAllSpec;
export declare const vatWorkerServiceMethodSpecs: MethodSpecRecord<VatWorkerServiceMethodSpecs>;
export type VatWorkerServiceMethod = VatWorkerServiceMethodSpecs['method'];
//# sourceMappingURL=index.d.cts.map