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