import { S3Client } from '@aws-sdk/client-s3'; import { BikeTagApiResponse } from '../common/types'; import { Tag } from '../common/schema'; import { uploadTagImagePayload } from './helpers'; export declare function uploadTagImage(client: S3Client, payload: uploadTagImagePayload): Promise>;