/*----------findts----------*/
/* NB: This section is generated and maintained by grunt-findts. */
/* NB: Any manual changes here will be overwritten whenever grunt-findts runs. */
///
///
///
///
///
///
/*----------/findts----------*/
///
declare module "references" { }
// Augment pegjs definition
declare module "pegjs" {
export function buildParser(grammar: string): typeof PEG;
}