type TrackEventFunction = (eventName: string, properties: Record<string, any>) => void;
export declare function startAutoCapture(trackEvent: TrackEventFunction): void;
export {};
