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