/** Conservative admission and text witness, never a TOML writer. Native Codex * performs the versioned write; unrecognized inline/dotted trust shapes refuse. */ export declare function codexTrustTextWitness(text: string, keys: string[], canonicalize?: boolean): string; /** Reconciliation witness: retain table/array order while tolerating only * blank-line and line-ending formatting emitted by the native writer. */ export declare function codexTrustReconcileWitness(text: string, keys: string[]): string; /** Parsed unmanaged TOML semantics. Arrays retain order; managed trust entries * are excluded by exact journal key and all other keys/values remain bound. */ export declare function codexTrustUnmanagedSemantic(text: string, keys: string[]): string;