import { ToastMethod, type UseToastConfig } from '../utils/baseToast.util'; export type * from '../utils/baseToast.util'; export declare const useToastConfig: UseToastConfig; declare const useToast: () => ToastMethod; export default useToast;