/** * Return properties from a list for which the object is missing values */ export declare const objectMissingValues: (object: Record, properties: string[]) => string[];