import type { BatchSyncOptions, BatchResult } from '../../../batch/batch-sync'; import type { BatchExecuteOptions, BatchExecuteResult } from '../../../batch/batch-execute'; export declare const batchService: { syncTickets: (options: BatchSyncOptions) => Promise; executeTickets: (ticketKeys: string[], options: BatchExecuteOptions) => Promise; }; //# sourceMappingURL=batch.service.d.ts.map