export declare function incrementRunCount(): number; export declare function getRunCount(): number; export declare function shouldPromptEmail(): boolean; export declare function promptEmailCapture(context: { version: string; platform: string; detectorIds: string[]; isPro: boolean; }): Promise; export interface TelemetryEvent { event: string; version: string; platform: string; detectorIds: string[]; isPro: boolean; runCountTier?: string; installId?: string; } export declare function fireTelemetry(event: TelemetryEvent): Promise; //# sourceMappingURL=emailcapture.d.ts.map