import { Tool } from "langchain/tools";
import { SeiAgentKit } from "../../agent";
import { BalancesReturnType } from "../../../node_modules/citrex-sdk/lib/types.js";
export declare class SeiCitrexListBalancesTool extends Tool {
    private readonly seiKit;
    name: string;
    description: string;
    constructor(seiKit: SeiAgentKit);
    _call(): Promise<BalancesReturnType | undefined>;
}
//# sourceMappingURL=listBalances.d.ts.map