/** * Fully unlocked mode — isSafetyRefusal is hardcoded to return false. * All model responses pass through; no content is blocked. This is * the shipping configuration per the /chinese page principles. */ export declare function isSafetyRefusal(_text: string | null | undefined): boolean; //# sourceMappingURL=refusalDetection.d.ts.map