/** * This file was auto-generated by Fern from our API Definition. */ export type Certainty = "absolute" | "strong" | "moderate" | "weak"; export declare const Certainty: { readonly Absolute: "absolute"; readonly Strong: "strong"; readonly Moderate: "moderate"; readonly Weak: "weak"; };