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