/** * Identity function * * @template T * @param {T} argument * @return {T} */ export declare function _(argument: T): T;