import type SendableError from "./SendableError"; export declare const isSendableError: (error: any) => error is SendableError;