import type { Value } from './value.js'; export declare function getPrimProp(target: Value, name: string): Value;