/** * This file was auto-generated by Fern from our API Definition. */ export type FileTreatments = "IS_BASIC_FILE_SHAPE" | "IS_COMPLEX_FILE_SHAPE"; export declare const FileTreatments: { readonly IsBasicFileShape: "IS_BASIC_FILE_SHAPE"; readonly IsComplexFileShape: "IS_COMPLEX_FILE_SHAPE"; };