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