export declare function simpleObjectClone(input: T, options?: { sort: boolean; }): T;