/**
* Returns the path to the routes directory for the given bundle path.
*
* @param {string} bundlePath Path to the bundle.
* @returns {string} Path to the routes directory of the bundle.
*/
export defaultfunctiongetRoutesPath(bundlePath: string): string;