import { IndexSchema } from '../table/IndexSchema'; import { TableIndex } from '../table/TableIndex'; export declare function createIndex(indexSchema: IndexSchema): TableIndex;