export declare function toInnerHtml(s: string): string; export declare function addHttpIfNeeded(s: string): string; export declare function reverseString(s: string): string;