export interface IHash { [key: string]: any; } export declare enum DataType { getdate = "mssql-i-getdate" }