export interface EmitOptions { debug?: boolean; duration?: number; placement?: 'topCenter' | 'bottomCenter' | 'topStart' | 'topEnd' | 'bottomStart' | 'bottomEnd'; }