/** * This file was auto-generated by Fern from our API Definition. */ export type SheetTreatments = "CLIPPED_FROM_SHEET" | "ENUM_REFERENCE"; export declare const SheetTreatments: { readonly ClippedFromSheet: "CLIPPED_FROM_SHEET"; readonly EnumReference: "ENUM_REFERENCE"; };