import { Event } from './audit'; /** * Event processors are used to change the event before it will be send. */ export declare type Processor = (event: Event) => Event; //# sourceMappingURL=processor.d.ts.map