export declare const Model: any; export type ModelRow = typeof Model.$inferSelect; export type ModelInsert = typeof Model.$inferInsert; export declare const ModelRelations: Record; export declare const ProviderRelations: Record;