import type { OnInit, Node, Edge } from '../types'; /** * Hook for calling onInit handler. * * @internal */ export declare function useOnInitHandler(onInit: OnInit | undefined): void; //# sourceMappingURL=useOnInitHandler.d.ts.map