import { SyncingStatus } from "../../core/client.js"; import { Readable } from "@ethernauta/transport"; //#region src/method/client/syncing.d.ts declare function eth_syncing(): Readable; //#endregion export { eth_syncing }; //# sourceMappingURL=syncing.d.ts.map