/** Sends a telemetry batch from the telemetry-disabled child CLI process. */
export declare function flushEveCliTelemetry(payloadJson: string): Promise<void>;
