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