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