import { RouterParams } from './types'; export declare const generatePath: (path: string, params?: RouterParams) => string;