export declare const handleErrorMessage: ({ error, fallback, }: {
    error: unknown;
    fallback?: string | undefined;
}) => string;
