/**
 * Experimental APIs
 *
 * This module exports experimental features that may change or be removed in minor versions.
 * Use these APIs with caution and be prepared for breaking changes.
 *
 * @packageDocumentation
 * @experimental
 */

export type { FlagDefinitionCacheProvider, FlagDefinitionCacheData } from './extensions/feature-flags/cache'
