import type { State } from '../types.js'; export declare function getOpData(state: State, path: string, createMissingObjects?: boolean): any[];