import type { Entries } from 'type-fest'; import type { Arrayable } from '.'; export declare const keysOf: (arr: T) => (keyof T)[]; export declare const entriesOf: (arr: T) => Entries; export { hasOwn } from '@vue/shared'; export declare const getProp: (obj: Record, path: Arrayable, defaultValue?: any) => { value: T; };