/** * 检测节点是否被初始化过 * @param id */ export declare const useIsInitialized: (id: string) => {} | undefined;