import { type FingerprintOptions } from '../fingerprint/index.js'; import type { RemoteBuildCache } from './common.js'; export declare function getBinaryPath({ artifactName, binaryPathFlag, localFlag, remoteCacheProvider, fingerprintOptions, sourceDir, platformName, }: { artifactName: string; binaryPathFlag?: string; localFlag?: boolean; remoteCacheProvider: null | (() => RemoteBuildCache) | undefined; fingerprintOptions: FingerprintOptions; sourceDir: string; platformName: string; }): Promise; //# sourceMappingURL=getBinaryPath.d.ts.map