/** * This file was auto-generated by Fern from our API Definition. */ export type TermReplaceCategory = "term" | "other"; export declare const TermReplaceCategory: { readonly Term: "term"; readonly Other: "other"; };