import { AITrackerConfig } from '../types/index.js'; export declare function configureAITracker(newConfig: AITrackerConfig): void; export declare function getConfig(): AITrackerConfig; export declare function isProEnabled(): boolean; //# sourceMappingURL=index.d.ts.map