import type { ReactiveElement } from 'lit'; import type { ParentWindowInfo } from '../../types/parent-window.js'; import type { DevvitUIEffectEvent } from '../dispatcher/events.js'; import { EffectHandler } from './effect-handler.js'; export declare class ToastEffectHandler extends EffectHandler { #private; constructor(host: ReactiveElement, parentWindowInfo?: ParentWindowInfo | undefined); protected onEvent(ev: DevvitUIEffectEvent): void; } //# sourceMappingURL=toast-effect-handler.d.ts.map