import { ExportFormats } from 'myst-frontmatter';
import type { ISession } from '../../session/types.js';
import type { ExportWithOutput } from '../types.js';
export declare function texExportOptionsFromPdf(session: ISession, pdfExp: ExportWithOutput, keepTex?: boolean, clean?: boolean): {
    format: ExportFormats;
    output: string;
    id?: string;
    template?: string | null;
    zip?: boolean;
    toc?: import("myst-toc").TOC;
    articles: import("myst-frontmatter").ExportArticle[];
    top_level?: "parts" | "chapters" | "sections";
    sub_articles?: string[];
    tocFile?: string;
    renderer?: import("../types.js").RendererFn;
};
//# sourceMappingURL=single.d.ts.map