/** * Declare parser re-export — delegates to the shared parser in cli/completions. */ export { parseDeclareCsv, type VarDeclaration, type TagModifier, type DeclareResult, } from "../../cli/completions/declare-parser";