import type { ResolvedChannelDefinition } from "#runtime/types.js";
/**
 * Framework default for the eve channel. Mirrors verbatim the scaffold
 * written by eve into `agent/channels/eve.ts`, so the
 * behavior of "no authored file" and "scaffolded file untouched" is
 * byte-identical — and the local-dev / Vercel branching lives in a
 * single named helper (`localDev`) instead of an env check buried in
 * the framework.
 */
export declare function getFrameworkChannelDefinitions(): readonly ResolvedChannelDefinition[];
export declare function getAllFrameworkChannelNames(): ReadonlySet<string>;
