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