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