import { DebugLogger } from '../utils/output.js';
declare function getPlatformVersion(platform: string, projectPath: string, debug?: DebugLogger): Promise<string | null>;
export default getPlatformVersion;
