//#region src/tables.generated.d.ts
declare const _default: {
  GROUP_COUNT: number;
  customValidatorNames: string[];
  edgeStart: Int32Array<ArrayBufferLike>;
  labelStart: Int32Array<ArrayBufferLike>;
  labelText: string;
  edgeTarget: Int32Array<ArrayBuffer>;
  nodeGroup: Int32Array<ArrayBufferLike>;
  nodeVlist: Int32Array<ArrayBuffer>;
  vlistPat: Int32Array<ArrayBufferLike>;
  vlistOps: Int32Array<ArrayBufferLike>;
  vlistRef: Int32Array<ArrayBufferLike>;
  vlistGroup: Int32Array<ArrayBufferLike>;
  litAnchor: Int32Array<ArrayBuffer>;
  litGroup: Int32Array<ArrayBuffer>;
  litPool: Int32Array<ArrayBuffer>;
  poolOffsets: Int32Array<ArrayBuffer>;
  poolText: string;
  adjGid: Int32Array<ArrayBufferLike>;
  adjStart: Int32Array<ArrayBufferLike>;
  adjTgt: Int32Array<ArrayBufferLike>;
  patGid: Int32Array<ArrayBufferLike>;
  patTgt: Int32Array<ArrayBufferLike>;
  postfixLookupGroups: Int32Array<ArrayBufferLike>;
  orderSensitiveModifiers: string;
};
//#endregion
export { _default as default };