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