type Item = Record; interface TArgs { attributes: A; object: B; } export default function compareObjAttribute({ attributes, object }: TArgs): Item; export {};