import type { ToastManager } from './toast-types'; export declare function createToastManager(): ToastManager; export declare const toastManager: ToastManager;