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