import { HttpError } from "@leyyo/common"; /** * Http 507 Insufficient Storage * * The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request * */ export declare class InsufficientStorageError extends HttpError { }