import type { ToastManager } from './toast-types'; export declare function createToastManager(): ToastManager; export declare const toastManager: ToastManager; //# sourceMappingURL=toast-manager.d.ts.map