import { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; import { z } from 'zod'; import { ToolInput } from '../../types.js'; declare const DeleteTransactionArgsSchema: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; type DeleteTransactionArgs = z.infer; export declare const schema: { name: string; description: string; inputSchema: ToolInput; }; export declare function handler(args: DeleteTransactionArgs): Promise; export {}; //# sourceMappingURL=index.d.ts.map