fuels
Version:
Fuel TS SDK
6 lines • 383 B
TypeScript
import type { Command } from 'commander';
import type { Commands, UserFuelsConfig } from '../types';
type BinaryPaths = Pick<UserFuelsConfig, 'forcPath' | 'fuelCorePath'>;
export declare function withBinaryPaths<CType extends Commands>(program: Command, _command: CType, fn: (paths: BinaryPaths) => void): () => Promise<void>;
export {};
//# sourceMappingURL=withBinaryPaths.d.ts.map