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