export function allFilesLoading(isLoading: any): {
    type: string;
    payload: any;
};
export const ALL_FILES_LOADING: "ALL_FILES_LOADING";
