import { WxPay } from "..";
export declare function decrypto(this: WxPay, nonce: string, ciphertext: string, associatedData: string): string;
export declare function decryptoByPrivateKey(this: WxPay, ciphertext: string): string;
//# sourceMappingURL=decrypto.d.ts.map