import { TariffRO } from '@escapenavigator/types/dist/tariff/tariff.ro'; import { ApiMethodDeclaration } from '..'; /** ID тарифа */ type ParamsData = number; type ResponseData = TariffRO; export declare const getOne: ApiMethodDeclaration; export {};