import { Tool } from "langchain/tools";
import { PharosAgentKit } from "../../agent";
export declare class PharosGetWalletAddressTool extends Tool {
    private pharosKit;
    name: string;
    description: string;
    constructor(pharosKit: PharosAgentKit);
    _call(_input: string): Promise<string>;
}
//# sourceMappingURL=wallet_address.d.ts.map