export declare function addBelowAnchorIfNotFound(originalString: string, anchor: string, stringToBeAdded: string): string;
