import { SpaRouterError } from './spa-router.error.js'; /** * An instance fo this error is emitted if route sanitization gets stuck in a loop. * * @category Errors */ export declare class SanitizationDepthMaxed extends SpaRouterError { name: string; }