export declare function renderFuelsConfigTemplate(props: {
    workspace?: string;
    contracts?: string[];
    scripts?: string[];
    predicates?: string[];
    output: string;
    forcPath?: string;
    fuelCorePath?: string;
    autoStartFuelCore?: boolean;
    fuelCorePort?: string;
}): string;
//# sourceMappingURL=fuels.config.d.ts.map