export declare enum AMSClientLoadStates {
    LOADING = "LOADING",
    LOADED = "LOADED",
    ERROR = "ERROR",
    NOT_LOADED = "NOT_LOADED"
}
