import type { Config } from '../../typings'; export default function (config: Config): { importNameTemplate: string; routes: string; };