import { CodeType } from '../static'; import { ChatCodeStruct } from '../ChatCodeStruct'; export declare function decodeIdLink(type: Exclude, struct: ChatCodeStruct): { type: "map" | "skill" | "trait" | "recipe" | "skin" | "outfit"; id: number; };