import type { ChannelIngressDecision, ChannelIngressPolicyInput, ChannelIngressState } from "./types.js"; export declare function decideChannelIngress(state: ChannelIngressState, policy: ChannelIngressPolicyInput): ChannelIngressDecision;