export declare enum ApplicationState { MOUNTED = "MOUNTED", UNMOUNTED = "UNMOUNTED" }