declare function identity<T = any, R = T>(item: T): R;

export { identity };
