import "../../_dnt.polyfills.js"; export type SyncCalls = { /** Returns the JSON serialized chainspec running the node, with a sync state. */ sync_state_genSyncSpec(raw: boolean): unknown; };