type ObjectLike = Record; /** Discards multiple property keys from the given object value */ export declare function Discard(value: ObjectLike, propertyKeys: PropertyKey[]): ObjectLike; export {};