import { Config } from 'gtfs';

declare const gtfsToBlocks: (initialConfig: Config) => Promise<string>;

export { gtfsToBlocks as default };
