import { ModelContent } from "./types/ModelContent"; export declare class ModelSerializer { static id(type: string, model: T): string; static title(type: string, model: T): string; }