export const getFileDetails: import("@reduxjs/toolkit").AsyncThunk; export const metafileReducer: import("redux").Reducer<{ loadingMetafile: boolean; metafile: {}; }>;