import { CloudWatchLogsSinkOptions } from "./types.cjs";
import { getCloudWatchLogsSink } from "./sink.cjs";
export { CloudWatchLogsSinkOptions, getCloudWatchLogsSink };