export declare const bannedWords: string[];
export declare function detectBannedWords(prompt: string): string[];
