/** * Team mode keyword detector. * * Triggers when the user explicitly invokes team-mode work: * team mode, team-mode, team_mode, teammode (case-insensitive) */ export declare const TEAM_PATTERN: RegExp; export declare const TEAM_MESSAGE: string;