import { ApiMethodDeclaration } from "../../index"; import { Transaction } from "../types"; type ParamsData = { id: string; }; type ResponseData = Transaction; declare const remove: ApiMethodDeclaration; export { remove };