import { UnauthorizedException } from '@nestjs/common'; export declare class UserExistsError extends UnauthorizedException { constructor(); }