import { GenericError } from './GenericError'; /** * Error used when a method or funciton is not (yet) implemented. */ export declare class MethodNotImplementedError extends GenericError { constructor(); }