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