import type { ResolvedChannelDefinition } from "#runtime/types.js";
/**
 * Framework default for the eve channel.
 */
export declare function getFrameworkChannelDefinitions(): readonly ResolvedChannelDefinition[];
export declare function getAllFrameworkChannelNames(): ReadonlySet<string>;
