export declare class MaxXmlDepthError extends Error { readonly maxDepth: number; constructor(maxDepth: number); }