import type { Command } from 'commander'; import type { Commands, UserFuelsConfig } from '../types'; type BinaryPaths = Pick; export declare function withBinaryPaths(program: Command, _command: CType, fn: (paths: BinaryPaths) => void): () => Promise; export {}; //# sourceMappingURL=withBinaryPaths.d.ts.map