import { GtfsProfile } from '../parser.js'; export type GtfsVariant = string; export type Config = { [config: GtfsVariant]: GtfsProfile; };