import { DataSource } from 'typeorm';
export declare function buildTenantDataSource(databaseName: string): DataSource;
