import { RestfulApiHttpError } from '@bitblit/ratchet/common'; export declare class NotImplemented extends RestfulApiHttpError { static readonly HTTP_CODE: number; constructor(...errors: string[]); }