import { IndexedSelector } from '../IndexedSelector'; export declare const isIndexedSelector: (f: any) => f is IndexedSelector;