import { WindowsEventLogError, WindowsEventLogSinkOptions, WindowsPlatformError } from "./types.js";
import { getWindowsEventLogSink } from "#wineventlog";
export { WindowsEventLogError, WindowsEventLogSinkOptions, WindowsPlatformError, getWindowsEventLogSink };