/** * Clones an object with support for functions. * @private */ export declare const clone: (o: T) => T;