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