/** * TEST constants * * @class TestConfig */ export declare class TestConfig { static readonly appIdOpenbanking: string; static readonly appSecretOpenbanking: string; static readonly appPrivKeyOpenbanking: string; static readonly appRedirectUri: string; static readonly appIdMerchant: string; static readonly appSecretMerchant: string; static readonly appPrivKeyMerchant: string; }