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