export declare enum AssetsNavigatorAction {
    FETCH = 0,
    NEXT = 1,
    REFRESH = 2,
    LOADING_DONE = 3
}
//# sourceMappingURL=action.enum.d.ts.map