declare const testMerchant: {
    merchantLogin: string;
    merchantSecret: string;
};
export default testMerchant;
