/** * Whether the error indicates an out-of-sync / missing block (e.g. pinned block not yet available on the node). */ export declare function isOutOfSyncError(e: Error): boolean;