import type { DataSource, DataSourceOptions } from "typeorm"; export declare function useDataSource(dataSource: DataSource): Promise; export declare function useDataSource(dataSource: DataSource, overrideOptions: Partial): Promise; export declare function useDataSource(dataSource: DataSource, forceInitialization: boolean): Promise; export declare function useDataSource(dataSource: DataSource, overrideOptions: Partial, forceInitialization: boolean): Promise;