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