import type { FuelsConfig } from '../../types'; export type FuelCoreNode = { bindIp: string; accessIp: string; port: number; providerUrl: string; snapshotDir: string; killChildProcess: () => void; }; export declare const autoStartFuelCore: (config: FuelsConfig) => Promise; //# sourceMappingURL=autoStartFuelCore.d.ts.map