import { DataType } from '@grandlinex/core';
export default function resolveDBType(dType: DataType): "INTEGER" | "REAL" | "BLOB" | "TEXT" | "TIMESTAMP";
