import { IBeaconNodeOptions } from "@lodestar/beacon-node"; import { CliCommandOptions } from "@lodestar/utils"; export type SyncArgs = { "sync.isSingleNode"?: boolean; "sync.disableProcessAsChainSegment"?: boolean; "sync.disableRangeSync"?: boolean; "sync.backfillBatchSize"?: number; "sync.slotImportTolerance"?: number; }; export declare function parseArgs(args: SyncArgs): IBeaconNodeOptions["sync"]; export declare const options: CliCommandOptions; //# sourceMappingURL=sync.d.ts.map