export declare function useLazy<T>(init: () => T, deps: any[]): () => T | null;
