export default function getAttachment(item: { [field: string]: string; }, field: string, response: { attachments: { [id: string]: any; }; }): any;