import Collection from '../../data/Collection'; export declare type SelectHook = (models: T, entity: string) => T; export default SelectHook;