export function get(o: any, prop: any): any; export function has(o: any, prop: any): any; export function isPlainObject(o: any): boolean;