export declare enum FetchStatus {
    LOADING = "LOADING",
    COMPLETE = "COMPLETE",
    ERROR = "ERROR"
}
