/** * Feature Flags * * Control optional features that are only for development/debugging. * When users install the package, these can be disabled. */ /** * Enable debug tools (ExampleLoader, etc.) * Set to false in production builds or when distributing the package. */ export declare const ENABLE_DEBUG_TOOLS = true;