/*! Copyright 2023 the gnablib contributors MPL-1.1 */
import { IBnf } from './interfaces/IBnf.js';
import { IBnfRepeat } from './interfaces/IBnfRepeat.js';
export declare const rules: Record<string, IBnf | IBnfRepeat>;
