import { Md2PdfError } from '../errors/index.js'; export declare function predictOutputPath(input: string, outputOption: string | undefined, isBatch: boolean): string; export declare function validateOutput(input: string, outputOption: string | undefined, predictedOutput: string): Md2PdfError | null;