import { ids } from "apg-lib"; import { Yard } from "./Yard"; export declare function attributeGroup(state: typeof ids.SEM_PRE | typeof ids.SEM_POST, chars: number[], phraseIndex: number, phraseLength: number, yard: Yard): typeof ids.SEM_OK | typeof ids.SEM_SKIP;