import type { ISession } from '../../session/types.js';
import type { ExportResults, ExportWithOutput } from '../types.js';
export declare function getLogOutputFolder(pdfOutput: string): string;
export declare function getTexOutputFolder(pdfOutput: string): string;
export declare function createPdfGivenTexExport(session: ISession, texExportOptions: ExportWithOutput, pdfOutput: string, copyLogs?: boolean, clean?: boolean, glossaries?: boolean): Promise<ExportResults>;
//# sourceMappingURL=create.d.ts.map