import { Model, ModelRelation } from '../dataModel';
export declare const printModels: (models: Model[]) => void;
export declare const printRelations: (relations: ModelRelation[]) => void;
