import { ErrorBase } from '../../../../error'; /** * Error thrown when an operation/method is not supported. */ export declare class OperationNotSupported extends ErrorBase { constructor(); }