import { Controller } from '../index.js'; import { MockProps } from './mockTypes.js'; export declare function MockController(Base: TBase, { fixtures, getInitialInterceptorData, }: MockProps): TBase; //# sourceMappingURL=MockController.d.ts.map