import { BaseError } from '../types/Error.js'; export declare function isSystemError(err: unknown): err is BaseError;