import { Platform } from '../types'; export declare function detectPlatform(): Platform; export declare function getSupportedPlatforms(): Platform[]; export declare function getShellCommand(platform: Platform): string; //# sourceMappingURL=platform.d.ts.map