/** * Fetch a single audit event by id, including its redacted input payload. * Scoped to the caller's identity — returns null if they can't access it. */ declare const _default: import("../../action.js").ActionDefinition<{ id: string; }, { event: import("../types.js").AuditEvent; }>; export default _default; //# sourceMappingURL=get-audit-event.d.ts.map