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