import { ImgurClient } from 'imgur'; import { getTagsPayload } from '../common/payloads'; import { BikeTagApiResponse } from '../common/types'; import { Tag } from '../common/schema'; import { default as TinyCache } from 'tinycache'; export declare function getTags(client: ImgurClient, payload: getTagsPayload, cache?: typeof TinyCache): Promise>;