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