declare const bridgeUrl = "http://localhost:3006/sdk/bridge"; declare const apiUrl = "https://api.test/sdk"; declare const payNowUrl = "https://paynow.test"; declare const songbirdUrl = "https://songbirdstag.cardinalcommerce.com/edge/v1/songbird.js"; declare const cybersourceUrl = "https://cas.client.cardinaltrusted.com"; declare const cybersourceSecondaryUrl = "https://centinelapistag.cardinalcommerce.com"; declare const returnCybersourceUrl = "https://48e5-115-130-65-211.ngrok-free.app/return"; export { bridgeUrl, apiUrl, payNowUrl, songbirdUrl, cybersourceUrl, cybersourceSecondaryUrl, returnCybersourceUrl };