import type { BaseTool } from "../client.js";
export declare function createTallyProposalsTool(tallyApiKey: string): BaseTool;
export declare function createTallyChainsTool(tallyApiKey: string): BaseTool;
export declare function createTallyUserDaosTool(tallyApiKey: string): BaseTool;
//# sourceMappingURL=tools.d.ts.map