export declare namespace Adjacent { function getWordBreakIndex(str: string, index: number, direction: "backward" | "forward"): number; }