export declare const hasObjectPropertyValue: (object: object, keys?: string | string[]) => boolean;
export default hasObjectPropertyValue;
