import { Entry } from './types'; export declare function markdown2Html(obj: Entry | string, forApp?: boolean, webp?: boolean): string;