export declare const Tags: {
    id: string;
    name: string;
}[];
export declare const convertTag: (tagId: string | number) => string;
