import type { AppTrackParams, AppTrackResponse, AppBatchParams, AppBatchResponse, AppInfoParams, AppInfoResponse, AppCreateParams, AppCreateResponse, AppUpdateParams, AppUpdateResponse, AppListParams, AppListResponse, AppOptimizationEventParams, AppOptimizationEventResponse, AppOptimizationEventRetargetingParams, AppOptimizationEventRetargetingResponse, PixelTrackParams, PixelTrackResponse, PixelBatchParams, PixelBatchResponse, PixelListParams, PixelListResponse, PixelCreateParams, PixelCreateResponse, PixelUpdateParams, PixelUpdateResponse, PixelEventCreateParams, PixelEventCreateResponse, PixelEventUpdateParams, PixelEventUpdateResponse, PixelEventDeleteParams, PixelEventDeleteResponse, PixelInstantPageEventParams, PixelInstantPageEventResponse, PixelEventStatsParams, PixelEventStatsResponse, OfflineCreateParams, OfflineCreateResponse, OfflineUpdateParams, OfflineUpdateResponse, OfflineDeleteParams, OfflineDeleteResponse, OfflineGetParams, OfflineGetResponse, OfflineTrackParams, OfflineTrackResponse, OfflineBatchParams, OfflineBatchResponse, CrmListParams, CrmListResponse, CrmCreateParams, CrmCreateResponse, CtmMessageEventSetGetParams, CtmMessageEventSetGetResponse } from "../types/events-1-0.ts"; export declare function createEvents10(opts: { accessToken: string; advertiserId: string; }): { /** Report an App Event */ appTrack(params: AppTrackParams): Promise; /** Report App Events in bulk */ appBatch(params: AppBatchParams): Promise; /** Get info of an app */ appInfo(params: AppInfoParams): Promise; /** Create an app */ createApp(params: AppCreateParams): Promise; /** Update an app */ updateApp(params: AppUpdateParams): Promise; /** Get the app list */ listApp(params: AppListParams): Promise; /** Get App Conversion Events */ appOptimizationEvent(params: AppOptimizationEventParams): Promise; /** Get App Retargeting Events */ optimizationEventRetargeting(params: AppOptimizationEventRetargetingParams): Promise; /** Report a Web Event */ pixelTrack(params: PixelTrackParams): Promise; /** Report Web Events in bulk */ pixelBatch(params: PixelBatchParams): Promise; /** Get pixels */ listPixel(params: PixelListParams): Promise; /** Create a pixel */ createPixel(params: PixelCreateParams): Promise; /** Update a pixel */ updatePixel(params: PixelUpdateParams): Promise; /** Create Pixel Events */ createEvent(params: PixelEventCreateParams): Promise; /** Update a Pixel Event */ updateEvent(params: PixelEventUpdateParams): Promise; /** Delete a Pixel Event */ deleteEvent(params: PixelEventDeleteParams): Promise; /** Get Instant Page events */ instantPageEvent(params: PixelInstantPageEventParams): Promise; /** Get Pixel Event statistics */ eventStats(params: PixelEventStatsParams): Promise; /** Create an Offline Event set */ createOffline(params: OfflineCreateParams): Promise; /** Update an Offline Event set */ updateOffline(params: OfflineUpdateParams): Promise; /** Delete an Offline Event set */ deleteOffline(params: OfflineDeleteParams): Promise; /** Get Offline Event sets */ getOffline(params: OfflineGetParams): Promise; /** Report an Offline Event */ offlineTrack(params: OfflineTrackParams): Promise; /** Report Offline Events in bulk */ offlineBatch(params: OfflineBatchParams): Promise; /** Get CRM Event Sets */ listCrm(params: CrmListParams): Promise; /** Create a CRM Event Set */ createCrm(params: CrmCreateParams): Promise; /** Get the message event sets for ad creation */ getMessageEventSet(params: CtmMessageEventSetGetParams): Promise; }; //# sourceMappingURL=events-1-0.d.ts.map