export declare const shallowClone: <T>(input: T) => T;
