/** Discards property keys from the given value. This function returns a shallow Clone. */ export declare function Discard(value: Record, keys: PropertyKey[]): Record;