import { Controller } from '@rest-hooks/react'; import { Fixture, Interceptor } from './fixtureTypes.js'; export declare function createControllerInterceptor(controller: Controller, fixtureMap: Record, interceptors: Interceptor[], getInitialInterceptorData: () => T, silenceMissing?: boolean): any; //# sourceMappingURL=createControllerInterceptor.d.ts.map