import { PrettifyContext } from './types.js'; export declare function getValueByPath(context: PrettifyContext, path?: string[]): any;