import { DataSourceOptions } from "../types"; export declare function getDatabaseUrl({ dataSource, databaseUrl }: DataSourceOptions): string;