import { type AuditContext } from "../../operations/auditContext.js"; export declare function mergeContext(context: AuditContext | undefined, metadata: Record | undefined): AuditContext; //# sourceMappingURL=mergeContext.d.ts.map