import { RentalVehicle, VehicleRentalStation } from "@opentripplanner/types/otp2"; import { Agency, Company, Stop } from "@opentripplanner/types"; import { IntlShape } from "react-intl"; export type StopIdAgencyMap = Record; export type Entity = VehicleRentalStation | Stop | RentalVehicle; export declare function getNetwork(entity: Entity, configCompanies: Company[]): string; export declare function makeDefaultGetEntityName(intl: IntlShape, defaultEnglishMessages: { [key: string]: string; }): (entity: Entity, configCompanies: Company[], feedName?: string, includeParenthetical?: boolean) => string | null; //# sourceMappingURL=util.d.ts.map