/// import { EventEmitter } from 'events'; export declare function streamTenantLogs(apiKey: string, tags: string[], includeHistory?: boolean): Promise<{ emitter: EventEmitter; close: () => void; }>;