import { TreeState } from '../state/TreeState.js'; import { AnalyzedCollection } from '../parser/internals/parseRawCollection.js'; import { CollectionState } from '../state/CollectionState.js'; export declare function createCollectionState(treeState: TreeState, analyzedCollection: AnalyzedCollection): CollectionState;