export declare class DocStoreTable { static getFields(tableName?: string): Array static getIndexName(tableName?: string): string static isDocumentTable(tableName?: string): boolean static isValidDocumentFieldType(type?: string): boolean }