export declare namespace CommonMpdfUtil { function convertToPDF(markdownStr: string, showDebugLog?: boolean): (string | null); }