/**
 * @group 工具函数
 * @param {any} source
 * @returns
 */
declare const clone: <T>(source: T) => any;
export { clone };
