export declare class TreeSizeLimitError extends Error {
    code: number;
    name: string;
    currentTreeSize: any;
    constructor();
}
