import type { AttemptLeaseProvider } from './runtime-host-contract.js'; /** * Existing Botmux worker-fence semantics behind the host-neutral lease API. * All sidecar removal remains deferred until the runtime journals close proof. */ export declare function createBotmuxAttemptLeaseProvider(): AttemptLeaseProvider; //# sourceMappingURL=botmux-attempt-lease.d.ts.map