import { ErrorOptions, RuntimeError } from '@stone-js/core'; /** * NotFound http error. */ export declare class NotFoundError extends RuntimeError { constructor(message: string, options?: ErrorOptions); }