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