import type { ClassificationResult } from "./types";
export declare function classifyText(text: string): Promise<ClassificationResult>;
