import { UnauthorizedException } from '@nestjs/common'; export declare class UserNotFoundException extends UnauthorizedException { constructor(objectOrError?: string | object | any, description?: string); }