/** Clones an object without any of the ignored keys. */ export declare function gentleClone(object: Record, ignoredKeys?: string[]): Record;