import { UserError } from "./userError"; export declare class UserNotFoundError extends UserError { constructor(id: number); }