export declare function formatUserFacingError(error: unknown): string; export declare function formatToolErrorResult(error: unknown): { content: { type: "text"; text: string; }[]; isError: boolean; };