import type { BundledRuntimeCandidate } from './runtime-service.js'; export interface ResolveBundledRuntimeInput { resourcesPath: string; repoRoot: string; isPackaged: boolean; arch: NodeJS.Architecture; appVersion: string; env: NodeJS.ProcessEnv; existsSync?: (path: string) => boolean; } export declare function resolveBundledRuntimeCandidate(input: ResolveBundledRuntimeInput): BundledRuntimeCandidate; //# sourceMappingURL=bundled-runtime.d.ts.map