declare const objectKeysHaveAValue: (object: T, keys: Partial[]) => boolean; export default objectKeysHaveAValue;