export type TelegramChannelRole = 'admin' | 'public'; /** Resolve the channel role from the spawn env (TG_CHANNEL_ROLE). Anything * other than the literal 'public' is admin — the safe default. */ export declare function resolveChannelRole(raw: string | undefined): TelegramChannelRole; export declare function channelInstructions(role: TelegramChannelRole): string; export declare function replyToolDescription(role: TelegramChannelRole): string; export declare function replyTextDescription(role: TelegramChannelRole): string; export declare const ADMIN_REFRAME_INSTRUCTION: string; //# sourceMappingURL=instructions.d.ts.map