export declare const isSatelliteError: ({ error, type }: {
    error: unknown;
    type: string;
}) => boolean;
