import { getPath, getVersion, getMaxIOSSDK, getMaxTVOSSDK, getClangVersion } from './xcode'; declare const xcode: { getPath: ((timeout?: number) => Promise) & import("lodash").MemoizedFunction; getVersion: typeof getVersion; getMaxIOSSDK: ((retries?: number, timeout?: number) => Promise) & import("lodash").MemoizedFunction; getMaxTVOSSDK: ((retries?: number, timeout?: number) => Promise) & import("lodash").MemoizedFunction; getClangVersion: typeof getClangVersion; }; export { getPath, getVersion, getMaxIOSSDK, getMaxTVOSSDK, getClangVersion }; export default xcode; export type { XcodeVersion } from './types'; //# sourceMappingURL=index.d.ts.map