import { BulkStatus } from "@honeycomb-protocol/hive-control"; import { Honeycomb, Operation, SendBulkOptions } from "@honeycomb-protocol/hive-control"; export declare const sendBulkOperations: (honeycomb: Honeycomb, operations: Operation[], apiKey: string, { prepareAllAtOnce, ...options }?: SendBulkOptions) => Promise; //# sourceMappingURL=operations.d.ts.map