import { CreateSendEventOptions } from "./types"; export declare type SendEventFunction = (inEvent: InEvent, commonInfos: CommonEventInfo) => Promise; export declare const createSendEventFunction: ({ integrations, logger, delayFunction }: CreateSendEventOptions) => SendEventFunction;