import type { WithErrorValue } from "../../parser/std/util"; import { ____Declaration } from "../../node/el/controls"; import type { SentenceEnv } from "../../node/container/sentenceEnv"; import type * as std from "../../law/std"; import type { SentenceEnvsStruct } from "../getSentenceEnvs"; import type { PointerEnvsStruct } from "../pointerEnvs/getPointerEnvs"; export declare const processNameInline: (elToBeModified: std.StdEL | std.__EL, sentenceEnv: SentenceEnv, sentenceEnvsStruct: SentenceEnvsStruct, pointerEnvsStruct: PointerEnvsStruct) => (WithErrorValue<{ declarations: ____Declaration[]; }>);