import type { DependencyList } from 'react'; export default function useCreation(factory: () => T, deps: DependencyList): T;