import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as operations from "../models/operations/index.js"; export declare class BuyingPower extends ClientSDK { /** * Get Buying Power * * @remarks * Gets the buying power for an account */ getBuyingPower(accountId: string, options?: RequestOptions): Promise; /** * Get Asset Buying Power * * @remarks * Gets buying power for an account and asset */ getAssetBuyingPower(accountId: string, assetId: string, options?: RequestOptions): Promise; } //# sourceMappingURL=buyingpower.d.ts.map