export declare class MerchantUtility { static checkMessage(secretKey: string, msgBody: string, sContentHmac: string): boolean; }