import { ImgurClient } from 'imgur'; import { uploadTagImagePayload } from './helpers'; import { BikeTagApiResponse } from '../common/types'; import { Tag } from '../common/schema'; export declare function uploadTagImage(client: ImgurClient, payload: uploadTagImagePayload): Promise>;