import { WxPay } from "../..";
/**
 * 关闭订单
 *
 * https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_1_3.shtml
 */
export declare function closeTransaction(this: WxPay, id: string): Promise<import("axios").AxiosResponse<never, any>>;
//# sourceMappingURL=close.d.ts.map