export declare const sendTelemetryEvent: ({ licenseKey, logLevel, isStill, isProduction, }: { licenseKey: string | null; logLevel: "error" | "info" | "trace" | "verbose" | "warn"; isStill: boolean; isProduction: boolean; }) => Promise;