export interface WodWikiTokenHint {
    hint: string;
    position: "after" | "before";
    offSet?: number | undefined;
}
