import { type MutableRefObject } from 'react'; declare const useChildIds: (currentStackId: string, committedStack: string[], onUnknownNest?: (stack: string[]) => void) => { childIdsRef: MutableRefObject>; }; export default useChildIds;