import { CloudWatchLogsSinkOptions } from "./types.js";
import { Sink } from "@logtape/logtape";

//#region src/sink.d.ts

/**
 * Gets a CloudWatch Logs sink that sends log records to AWS CloudWatch Logs.
 *
 * @param options Configuration options for the CloudWatch Logs sink.
 * @returns A sink that sends log records to CloudWatch Logs.
 * @since 1.0.0
 */
declare function getCloudWatchLogsSink(options: CloudWatchLogsSinkOptions): Sink & AsyncDisposable;
//# sourceMappingURL=sink.d.ts.map

//#endregion
export { getCloudWatchLogsSink };
//# sourceMappingURL=sink.d.ts.map