import { ISyntheticRoute } from './types';
export declare function makeExports(syntheticRoutes: ISyntheticRoute[]): string;
