import { BaseApi } from '../BaseApi'; import { BillsReq } from '../model/spot/account/BillsReq'; export declare class SpotAccountApi extends BaseApi { assets(): Promise>; bills(billsReq: BillsReq): Promise>; transferRecords(coinId: string, fromType: string, limit: string, after: string, before: string): Promise>; keyInfo(): Promise>; }