import { type Platform } from './platforms.js'; import type { InstallScope } from './types.js'; export type PlatformTargetResolution = { platform: Platform; native: boolean; }; export declare function resolvePlatformTarget(platformId: string, scope: InstallScope): PlatformTargetResolution; //# sourceMappingURL=platform-targets.d.ts.map