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