export declare const keysOf: (arr: T) => (keyof T)[]; export declare const entriesOf: (arr: T) => any; export { hasOwn } from '@vue/shared';