export default function useCreation(factory: () => T, deps: any[]): T;