import { ICrudSelectors } from './interfaces'; export default function crudSelectorsFactory(storeKeyPath: string[]): ICrudSelectors;