/** * Basic Usage Example for Subconscious Semantic Engine * * This example demonstrates: * 1. Initializing the engine * 2. Intercepting tasks for cache checks * 3. Storing results for future caching * 4. Monitoring metrics */ declare function main(): Promise; export { main }; //# sourceMappingURL=basic-usage.d.ts.map