import type { State } from '../types.js'; export declare function get(state: State, path: string): any;