/** * Generates the BaseModel class. * Morph map registration is handled exclusively by OmnifyServiceProvider. */ import type { GeneratedFile, PhpConfig } from './types.js'; /** Generate the BaseModel class. */ export declare function generateBaseModel(config: PhpConfig): GeneratedFile[];