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