import { DateTimeType, DateType, SupportedDatabaseType } from './dataSources';
export declare const getDbType: (opts?: {
    defaultType: SupportedDatabaseType;
}) => SupportedDatabaseType;
export declare const typeOrmDateTime: (opts?: {
    defaultType: SupportedDatabaseType;
}) => DateTimeType;
export declare const typeormDate: (opts?: {
    defaultType: SupportedDatabaseType;
}) => DateType;
//# sourceMappingURL=typeormTypes.d.ts.map