import SupportedDb from '../metadata/supported-db'; export default function getVersion(database: string, options: { readonly type: SupportedDb; readonly host: string; readonly port: number; readonly user: string; readonly password: string; readonly dir: string; readonly migrationsTableName: string; }): Promise;