/**
 * Extracts the SDK path from the given path.
 *
 * @param {string | RegExp | (string | RegExp)[]} path - The provided path.
 * @returns {string} - The extracted SDK path.
 * @throws {Error} - Throws an error if the path is not defined.
 */
export declare function getSdkPath(path: string | RegExp | (string | RegExp)[]): string;
//# sourceMappingURL=resolvePath.d.ts.map