export declare enum JdbcDriver {
    POSTGRES = "postgresql",
    MYSQL = "mysql"
}
