import type { TagModel } from './TagModel'; export declare type TagResponse = { data: Array; /** * Pagination token */ next_token?: string; };