import type { ChannelConfigViewSection } from "@mono-agent/agent-contracts"; /** Config-view section for a channel whose gate found no configuration intent. */ export declare function unconfiguredChannelView(id: string, label: string): ChannelConfigViewSection; //# sourceMappingURL=shared.d.ts.map