import type { selectNotifier } from './factory.js'; /** * Phase 34.1 — emits a single `skill-audit-miss` anomaly. UNCONDITIONAL by * design: unlike `emitCodeReviewHigh`/`emitLoopViolation` the caller does NOT * gate this on the `anomaly-notify` gate (strict cells lack it; a strict * phase that fails the skill requirement must still leave an audit trail). * Transport failure → one stderr warning, never throws (refusal is computed * independently of whether the anomaly write succeeded). */ export declare function emitSkillAuditMiss(notifier: ReturnType, ctx: { required: string[]; invoked: string[]; missing: string[]; severity: 'warn' | 'error'; bypassed?: boolean; unenforceable?: boolean; }): Promise; //# sourceMappingURL=skill-audit.d.ts.map