import TurndownService from "turndown";
export declare function removeInvisibleCharacters(str: string): string;
/**
 * Returns a TurndownService object configured for my own taste...
 * (of course, if you don't like it, you can configure it to fit your needs)
 */
export declare function getTurndownService(): TurndownService;
