import { ToastOptions } from "react-toastify"; export declare const customToast: { success: (message: string, object: ToastOptions) => void; error: (error: string, options?: ToastOptions) => void; warning: (warning: string, object: ToastOptions) => void; info: (info: string, object: ToastOptions) => void; };