import { TreeState } from '../state/TreeState.js'; import { AnalyzedGroup } from '../parser/internals/parseRawGroup.js'; import { GroupState } from '../state/GroupState.js'; export declare function createGroupState(treeState: TreeState, analyzedGroup: AnalyzedGroup): GroupState;