import { RequestParams } from '../../util/request'; import { AccountControllerGetChargeOrderAmountParams, AccountControllerGetChargeRecordsParams, AccountControllerInviteCodeProfitParams, AccountControllerWechatNotifyData, CreateChargeOrderDto, UseGiftCodeDto } from './data-contracts'; export declare function accountControllerFindOne(configParams?: RequestParams): Promise; export declare function accountControllerGetChargeOrderAmount(query: AccountControllerGetChargeOrderAmountParams, configParams?: RequestParams): Promise; export declare function accountControllerGetChargeOrder(id: string, configParams?: RequestParams): Promise; export declare function accountControllerGetChargeRecords(query: AccountControllerGetChargeRecordsParams, configParams?: RequestParams): Promise; export declare function accountControllerCharge(data: CreateChargeOrderDto, configParams?: RequestParams): Promise; export declare function accountControllerGetChargeRewardList(configParams?: RequestParams): Promise; export declare function accountControllerWechatNotify(configParams?: RequestParams): Promise; export declare function accountControllerGiftCode(data: UseGiftCodeDto, configParams?: RequestParams): Promise; export declare function accountControllerInviteCode(configParams?: RequestParams): Promise; export declare function accountControllerInviteCodeProfit(query: AccountControllerInviteCodeProfitParams, configParams?: RequestParams): Promise; //# sourceMappingURL=account.d.ts.map