import { ServiceError } from '../classes/ServiceError'; export declare class NotFoundServiceError extends ServiceError { name: string; message: string; constructor(message?: string); }