import { TableState } from "../parser";
export declare const buildStates: (grammar: string) => TableState[];
