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