import type { State } from '../../types'; declare const getFileCount: (state: State) => number; export default getFileCount;