import type { SenpiClient } from "../senpi/client.js"; export declare class MaxLeverageCache { private senpi; private cache; private loaded; constructor(senpi: SenpiClient); load(): Promise; get(asset: string, wallet?: string): Promise; } //# sourceMappingURL=max-leverage-cache.d.ts.map