import { Tool } from "../tool"; import { type ToolParams } from "../tool.types"; import { GoldRushClient } from "@covalenthq/client-sdk"; import type { AnyZodObject } from "zod"; export declare abstract class BaseGoldRushTool extends Tool { protected client: GoldRushClient; constructor(params: ToolParams); static bigIntSerializer(data: object | object[]): any; } //# sourceMappingURL=goldrush.d.ts.map