/** * Resolve a value from the context using a path array */ export declare function resolveValue(path: string[], context: Record): any | undefined;