UNPKG

fuels

Version:

Fuel TS SDK

4 lines 211 B
import { type Command } from 'commander'; import type { FuelsConfig } from '../../types'; export declare function build(config: FuelsConfig, program?: Command): Promise<void>; //# sourceMappingURL=index.d.ts.map