import type { LiveCollectionsSchema } from "./collectionSchemaTypes"; export interface CollectionSchemaIntrospector { introspect(): Promise; }