import {RuleChunk} from "@cranq/bipt-parser"; import {ChunkType} from "./ChunkType"; export interface AnyChunk extends RuleChunk { type: ChunkType.Any; captures: [string]; }