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