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