import { SpyFactoryGetter } from './spyTypes.js';
import '../types.js';

declare const selectSinonSpyFactory: SpyFactoryGetter;

export { selectSinonSpyFactory };
