export declare enum EFetchingStatus {
    NONE = "none",
    ERROR = "error",
    DONE = "done",
    IN_PROGRESS = "inProg"
}
