/**
 * @author WMXPY
 * @namespace Error_Document
 * @description Document Error
 */
import { ImbricateError } from "../imbricate-error";
export declare class DocumentError extends ImbricateError {
    protected constructor(message: string, type: string, reason?: any);
}
