export declare const deleteIngestionEventsFromS3AndClickhouseForScores: (p: { projectId: string; scoreIds: string[]; }) => Promise; export declare const removeIngestionEventsFromS3AndDeleteClickhouseRefsForTraces: (p: { projectId: string; traceIds: string[]; }) => Promise; export declare const removeIngestionEventsFromS3AndDeleteClickhouseRefsForProject: (projectId: string, cutOffDate: Date | undefined) => Promise; //# sourceMappingURL=ingestionFileDeletion.d.ts.map