/**
 * Client exports for consent management.
 * This file provides a centralized export point for all client-related functionality.
 */
export { configureConsentManager, type ConsentManagerOptions, type ConsentManagerInterface, type ConsentManagerCallbacks, } from './client-factory';
export { C15tClient, type C15tClientOptions, } from './client-c15t';
export { CustomClient, type CustomClientOptions, type EndpointHandler, } from './client-custom';
export { OfflineClient, type OfflineClientOptions, } from './client-offline';
//# sourceMappingURL=index.d.ts.map