import { DtoTo, PrismaModel } from '../types/prisma'; export declare function getDtoImportsStringified(model: PrismaModel, dtoTo: DtoTo): string;