import { TariffLightRO } from '@escapenavigator/types/dist/tariff/tariff-light.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { etag?: string | null; }; type ResponseData = TariffLightRO[]; export declare const query: ApiMethodDeclaration; export {};