/** Signature for the type about a short alias of the [ApplicationEvent] enumeration. */ export type AppEvent = ApplicationEvent; /** * Signature for the constant values that defines about * an identifier and types for the application event. */ export declare enum ApplicationEvent { REBUILD = 0 }