/** * Keep every structured controller-Host List result below its model-output * budget without weakening the private action-authority path. * * The CLI remains the complete operator/debug contract. The controller * receives current resource identities and state, action names, and only the * dynamic semantic inputs needed to invoke those actions. Static explanations * live in the bundled agent-knock-knock skill. */ export declare function compactAkkListModelProjection(value: unknown): Record;