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