/**
* Public API for generating a URL pathname from a path and parameters.
* https://github.com/ReactTraining/react-router/blob/master/packages/react-router/modules/generatePath.js#L20
*/exportdeclareconstgeneratePath: (path?: string, params?: {}) =>string;