import type { IEntityDTO } from '../../../entity/actions/dto/index.js';
import { Entity } from '../../../entity/index.js';
export declare const fromEntityDTO: ({ entityName, schema, table, timestamps, ...entity }: IEntityDTO) => Entity;
