export declare function formatError(error: unknown): { content: { type: "text"; text: string; }[]; isError: true; };