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