export declare const BasisTheoryEnvironment: { readonly Default: "https://api.basistheory.com"; readonly Us: "https://api.basistheory.com"; readonly Eu: "https://api.basistheory.com"; readonly Test: "https://api.test.basistheory.com"; }; export type BasisTheoryEnvironment = typeof BasisTheoryEnvironment.Default | typeof BasisTheoryEnvironment.Us | typeof BasisTheoryEnvironment.Eu | typeof BasisTheoryEnvironment.Test;