import { Item } from '../../generated/graphql'; declare function item(_: unknown, input: { id: string; }): Promise; export default item;