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