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