/**
 * @fileoverview Shared Utilities and Configurations for WS-Dottie
 *
 * This module serves as the central export point for essential shared functionality
 * used by consumers of the WS-Dottie API library.
 */
export { configManager, datesHelper, jsDateToYyyyMmDd, } from "./utils";
export type { ApiError, ErrorContext, } from "./fetching";
//# sourceMappingURL=index.d.ts.map