import * as z from "zod/v3"; import { ToolDefinition } from "../tools.js"; declare const args: { transactionId: z.ZodString; }; export declare const tool$transactionsGetById: ToolDefinition; export {}; //# sourceMappingURL=transactionsGetById.d.ts.map