export declare class MerchantNonceResponse { private result; private nonce; private id; private message; Result: boolean; Nonce: string; Message: string; Id: string; }