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