/** * Error that is thrown when too many matches are found while filtering the tree. * @beta */ export declare class FilterLimitExceededError extends Error { readonly limit: number; constructor(limit: number); } //# sourceMappingURL=TreeErrors.d.ts.map