import type { WithErrorValue } from "../../parser/std/util"; import { ____Declaration } from "../../node/el/controls"; import type { SentenceEnv } from "../../node/container/sentenceEnv"; import type { SentenceEnvsStruct } from "../getSentenceEnvs"; import type { PointerEnvsStruct } from "../pointerEnvs/getPointerEnvs"; export declare const processNameList: (headSentenceEnv: SentenceEnv, sentenceEnvsStruct: SentenceEnvsStruct, pointerEnvsStruct: PointerEnvsStruct) => (WithErrorValue<____Declaration[]>);