import { ApplicationEvent, ApplicationServiceInterface } from '@standardnotes/services' export interface AbstractUIServiceInterface extends ApplicationServiceInterface { onAppStart(): Promise onAppEvent(event: ApplicationEvent): Promise }