/** This will generate a string representation of all db types in local green_dot module cache folder to be accessed in the project app with ```import { ModelTypes } from 'green_dot/db.js'``` */ export declare function generateFilesForCachedDb(resetCache?: boolean, basePath?: string): Promise<{ imports: string; allModels: string; dbIds: string; }>;