import type { SelectorFunction } from '../types'; declare const selector: (source: () => T) => SelectorFunction; export default selector;