import { Thing } from "./thing-description"; import { ThingDescription } from "wot-thing-description-types"; export declare function setContextLanguage(thing: ThingDescription, language: string, forceOverride: boolean): void; export declare function parseTD(td: string, normalize?: boolean): Thing; export declare function serializeTD(thing: Thing): string;