export default function useToast(): {
    success: (message: string) => import("react-toastify").Id;
    error: (message: string) => import("react-toastify").Id;
};
