import { Config } from './getConfig';
declare const _default: ({ modulePath, routeFileName }: Config) => string[];
export default _default;
