import type { NotificationsMode } from "./NotificationsMode.js"; export type SeelenCommandSetNotificationsModeArgs = { mode: NotificationsMode; }; //# sourceMappingURL=SeelenCommandSetNotificationsModeArgs.d.ts.map