import { BlockAttributes } from "block-attributes"; export declare function compileLaTeX(content: string, fileDirectoryPath: string, normalizedAttributes: BlockAttributes): Promise; export declare function run(content: string, fileDirectoryPath: string, cmd: string, normalizedAttributes: BlockAttributes, latexEngine?: string): Promise;