export declare const MergeEnvironment: { readonly Production: "https://api.merge.dev/api"; readonly ProductionEu: "https://api-eu.merge.dev/api"; readonly Sandbox: "https://api-sandbox.merge.dev/api"; }; export type MergeEnvironment = typeof MergeEnvironment.Production | typeof MergeEnvironment.ProductionEu | typeof MergeEnvironment.Sandbox;