declare const provenanceContext: (input: { readonly sourceTitle: string | null; readonly sourceOwner: string | null; readonly sourceAgent: string | null; readonly sourceEntityId: string; }) => string; export { provenanceContext };