/** * 接受一个参数, 返回这个参数 * @param arg 参数 */ export declare const identity: (arg: T) => T;