export declare function useProcessMarkdown(markdown: string): string; export declare function preprocessLaTeX(markdown: string): string;