/** * @param {import('./index').TrackingTransformation} transformation */ export function addEventProps({ source, result }: any): { source: any; result: any; };