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