export declare type Lifecycle = "visible" | "hidden" | "focus" | "blur" | "locationChange" | "pageshow" | "pagehide";