import { type Provider } from "@elizaos/core"; export type ChannelExecutionProfile = "voice_fast" | "text_fast" | "group_compact" | "default_full"; export declare function createChannelProfileProvider(): Provider; //# sourceMappingURL=simple-mode.d.ts.map