export function clear(object: any): void; export function getValues(object: { [key in string | number]: V }): V[]; export function isEmpty(object: any): boolean;