/** * @description: * @param {*} T * @return { Array } */ export declare const dedupe: (array: T[], key: keyof T) => T[];