import { State, Manager, Controller, type GCInterface } from '@data-client/core'; import type { Interceptor, Fixture } from '@data-client/core/mock'; import { type VueWrapper } from '@vue/test-utils'; import { type Reactive } from 'vue'; export interface RenderDataClientOptions
{ props?: Reactive
;
initialFixtures?: readonly Fixture[];
resolverFixtures?: readonly (Fixture | Interceptor)[];
getInitialInterceptorData?: () => any;
managers?: Manager[];
initialState?: State (component: any, options?: RenderDataClientOptions ): RenderDataClientResult;
//# sourceMappingURL=mountDataClient.d.ts.map