export declare const getDatabaseType: (type: string) => "mysql" | "mariadb" | "postgres" | "better-sqlite3";
