import { CalledWithMock } from './Mock'; export declare const calledWithFn: ({ fallbackMockImplementation, }?: { fallbackMockImplementation?: (...args: Y) => T; }) => CalledWithMock; export default calledWithFn;