import { PgColumn } from '../abstractions'; import { ContentEntityModel } from '../content-entity-model'; export declare function findEntityModel(models: ContentEntityModel[], entityName: string): ContentEntityModel; export declare function removeColumnByName(columns: PgColumn[], name: string): void;