import type * as Extend from "../index"; /** * The result of a parse step. */ export interface ParseResult { /** The parse run that was executed. */ parseRun: Extend.ParseRun; }