/**
* Returns the names of all route files in the given bundle path.
*
* @param {string} bundlePath Path to the bundle.
* @returns {string[]} Names of all route files in the bundle path.
*/exportdefaultfunctiongetRoutesFileNames(bundlePath: string): string[];