import type { IdsMessageSettings } from './ids-message'; /** * IDS Notification Service */ export default class IdsMessageService { static show(settings: IdsMessageSettings): void; static hide(id: string): void; }