import type { ArgumentEngine } from "../core/argument-engine.js"; import type { TCoreArgument, TCorePremise, TCorePropositionalExpression, TCorePropositionalVariable, TCoreClaim } from "../schemata/index.js"; import type { TGrammarTier } from "./types.js"; /** * Run the AN rule set globally on `engine`, converging the argument * toward `tier` (default `'presentable'`). See module header for the * semantics + non-destructiveness contract. * * @since 1.0.0 */ export declare function normalizeArgument(engine: ArgumentEngine, tier?: TGrammarTier): void; //# sourceMappingURL=normalize.d.ts.map