/** * Converts a path relative to the workspace root to an absolute path. * @param {string} path The path relative to the workspace root. * @returns Absolute path. */ export function toAbsolute(path: string): string;