export type { Key, KeyType, KeyTypeValue, KeyValue } from './key.js'; export type { Index, LocalIndex, GlobalIndex } from './indexes.js'; export type { TableMetadata } from './metadata.js';