import type { ContentClassification } from "./policy-types.js"; export declare function classifyContent(text: string): ContentClassification;