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