export declare class AuthHashUtil { static checkAuthHash(body: object, merchantCcId: string, merchantPw: string): boolean; private static createAuthHashInfo; }