import type { LogsIngestionContext as Client } from "./index.js"; import type { LogsUploadOptions } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _uploadSend(context: Client, ruleId: string, streamName: string, body: Record[], options?: LogsUploadOptions): StreamableMethod; export declare function _uploadDeserialize(result: PathUncheckedResponse): Promise; /** Ingestion API used to directly ingest data using Data Collection Rules. */ export declare function upload(context: Client, ruleId: string, streamName: string, body: Record[], options?: LogsUploadOptions): Promise; //# sourceMappingURL=operations.d.ts.map