import { DoesNotExitsError } from "./DoesNotExitsError";
export declare class UserDoesNotExistError extends DoesNotExitsError {
}
