export declare function sendToPostHog(event: {
    event: string;
    distinctId: string;
    properties?: Record<string, any>;
}): void;
export declare function shutdownTelemetry(): Promise<void>;
