
export type ContentClassifier = (content: string) => string | undefined;
