/** * Error thrown when infinite recursion is detected. */ export declare class RecursionError extends Error { constructor(subject: string); }