import type { GraderFn } from "../types.js"; /** Checks that output.text does NOT contain any of the prohibited keywords. Case-insensitive matching. */ export declare function safetyKeywords(prohibited: readonly string[]): GraderFn; //# sourceMappingURL=safety-keywords.d.ts.map