import type { SlashContext } from './slash/types.js'; export declare const PERMISSION_CYCLE: readonly ["default", "plan", "bypassPermissions"]; export declare function cyclePermissionMode(ctx: SlashContext): Promise;