export declare class DocStoreIndex { createIndex(docIndexSysId?: string): Record deleteIndex(docIndexSysId?: string): Record static getIndexNameFromTableName(tableName?: string): string constructor() }