export declare function isOrgxTelemetryDisabled(): boolean; export declare function resolvePosthogApiKey(): string | null; export declare function resolvePosthogHost(): string; export declare function posthogCapture(input: { event: string; distinctId: string; properties?: Record; }): Promise;