declare const _default: <T>(one: any[], two: any[]) => T[];
export default _default;
