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