import { Data } from './src/medblocks/form/utils'; import type { Tree, ProcessedTree, TransformFunction } from './src/extension/transform'; import transform from './src/extension/transform'; declare const count: (composition: Data, path: string, initialCount?: number) => number; export { count, transform, Tree, ProcessedTree, TransformFunction };