import type { HostExecutorPolicy } from './runtime-host-contract.js'; /** * Botmux's legacy/default host policy: effects may target only the chat * identity frozen into the authorized run context. */ export declare const authorizeChatBoundHostExecution: HostExecutorPolicy; //# sourceMappingURL=botmux-host-policy.d.ts.map