import type { ApolloError } from '@apollo/client'; export declare const useNotifyOnError: ({ key, content, error, }: { key: string; content?: string; error: ApolloError | undefined; }) => void;