/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * The type of classification performed
 */
export declare type ClassifyResponseClassificationsItemClassificationType = "single-label" | "multi-label";
export declare const ClassifyResponseClassificationsItemClassificationType: {
    readonly SingleLabel: "single-label";
    readonly MultiLabel: "multi-label";
};
