export declare const VectorStore: any; export type VectorStoreRow = typeof VectorStore.$inferSelect; export type VectorStoreInsert = typeof VectorStore.$inferInsert; export declare const IndexedFile: any; export type IndexedFileRow = typeof IndexedFile.$inferSelect; export type IndexedFileInsert = typeof IndexedFile.$inferInsert;