import type { Supervisor, SupervisorOptions } from "../types.js"; export declare function createSupervisor(options: SupervisorOptions): Supervisor;