/** * Any error intentionally thrown from `SpaRouter` methods is of this type. * * @category Errors */ export declare class SpaRouterError extends Error { name: string; }