import { SatelliteError } from '../util/index.js'; export declare function isThrowable(error: SatelliteError): boolean; export declare function isFatal(error: SatelliteError): boolean; export declare function isOutOfSyncError(error: SatelliteError): boolean; export declare function wrapFatalError(error: SatelliteError): SatelliteError;