export declare enum IndexType { PRIMARY = "PRIMARY", UNIQUE = "UNIQUE", INDEX = "INDEX", FULLTEXT = "FULLTEXT", SPATIAL = "SPATIAL" }