import { State } from '@data-client/react';
import type { Fixture } from './fixtureTypes.js';
export default function mockInitialState(fixtures?: Fixture[]): State<unknown>;
//# sourceMappingURL=mockState.d.ts.map