import { ValidatorConstraintInterface } from 'class-validator'; declare const LastName_base: (abstract new (value: any) => { readonly "__#2@#_nominalType": "last-name"; readonly value: any; toString(): any; toJSON(): any; isIdentical(value: any): boolean; }) & { readonly apiPropertyOptions: import("@nestjs/swagger").ApiPropertyOptions; getOrmType(): import("@mikro-orm/core").Constructor>; getValidator(): import("@mikro-orm/core").Constructor; getResourceDecorators(...args: any[]): (target: object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void; getPipe(): import("@nestjs/common").PipeTransform; createInstance(this: new (...args: any[]) => T, ...args: any[]): T; }; export declare class LastName extends LastName_base { _nominalType: string; } export {};