export type SeelenCommandActivateNotificationArgs = { umid: string; args: string; inputData: { [key in string]: string; }; }; //# sourceMappingURL=SeelenCommandActivateNotificationArgs.d.ts.map