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