import { DataSource } from 'typeorm';
export declare function setDataSource(dataSource: DataSource, alias?: string): void;
export declare function hasDataSource(alias?: string): boolean;
export declare function unsetDataSource(alias?: string): void;
export declare function useDataSource(alias?: string): Promise<DataSource>;
