import type { DomainModel } from '../types/index.js'; export declare function generateRepositories(model: DomainModel): Record;