import { ChatCodeStruct } from '../ChatCodeStruct'; export declare function decodeObjectiveLink(struct: ChatCodeStruct): { type: "objective"; id: string; };