import { CustomToastOptions } from "../../hooks/useToast/useToast"; declare const useHttpErrorToast: (options?: CustomToastOptions) => string | undefined; export default useHttpErrorToast;