import type { AppId, AuditEvent, Json, Principal, RunContext, TriggerRef, TurnId } from "@vendoai/core"; /** * 01-core §7 — the one mint for this package's "app-lifecycle" audit events * (runtime guard/lifecycle reports, interchange export/import, schedule * fires). Copies the principal and trigger so a caller's context object never * aliases the emitted event. */ export declare const appLifecycleEvent: (principal: Principal, ctx: Pick & { trigger?: TriggerRef; turnId?: TurnId; }, appId: AppId, detail: Record, outcome?: AuditEvent["outcome"]) => AuditEvent; //# sourceMappingURL=audit.d.ts.map