import type { FixtureId } from 'react-cosmos-core'; import type { RendererCoreContext } from './shared/index.js'; export declare function onRouterFixtureReselect(context: RendererCoreContext, fixtureId: FixtureId): void;