import { DataSource } from 'typeorm';
export declare function getTenantConnection(tenantId: string, tenantService: any): Promise<DataSource>;
