/** * This file was auto-generated by Fern from our API Definition. */ export declare const AboundEnvironment: { readonly Production: "https://production-api.withabound.com"; readonly Sandbox: "https://sandbox-api.withabound.com"; }; export type AboundEnvironment = typeof AboundEnvironment.Production | typeof AboundEnvironment.Sandbox;