/** * Generate a url for the given route name */ export declare function route(name: string, params?: any): string; //# sourceMappingURL=utils.d.ts.map