import { IContextFreeGrammar } from './types';
/**
 * Validates a cfg
 * @param cfg Input cfg to validate
 */
export declare function validateCfg(cfg: IContextFreeGrammar): void;
