/** * This file was auto-generated by Fern from our API Definition. */ export declare const FlatfileEnvironment: { readonly Production: "https://api.x.flatfile.com/v1"; }; export type FlatfileEnvironment = typeof FlatfileEnvironment.Production;