import type { BaseTool } from "../client.js";
export declare function tallyTools({ tallyApiKey, }: {
    tallyApiKey: string;
}): BaseTool[];
//# sourceMappingURL=index.d.ts.map