export declare const pkgRoot: string; export declare const PLATFORMS: readonly ["darwin-arm64", "linux-x64", "linux-arm64", "win32-x64"]; export declare const NPM_SCOPE = "@alpha-sdk"; export declare const DOCS_URL = "https://crsdk.app/sdk/overview"; export declare const SONY_LICENSE_URL = "https://support.d-imaging.sony.co.jp/app/sdk/licenseagreement_d/en.html"; export declare const LICENSE_ACCEPTED_FILE: string; export declare function getPackageVersion(): string; export declare function getCurrentPlatform(): string; export declare function getBinaryName(platform?: string): string; export declare function getNpmPkgDir(platform: string): string; export declare function getLocalPlatformDir(platform: string): string; export declare function findBinary(platform: string): { path: string; source: 'npm' | 'local'; } | null; export declare function parsePlatformArg(): string; export declare function getOsDescription(): string; //# sourceMappingURL=utils.d.ts.map