import type { BinaryResolver } from '../types/config.ts'; export declare const spawningBinaries: string[]; export declare const isWrapper: (binary: string) => boolean; export declare const resolve: BinaryResolver;