import type { Model } from '../client/interfaces/Model'; export declare const getModelNames: (models: Model[]) => string[];