import { Md2PdfError } from '../errors/index.js'; export declare function validateInput(input: string): Md2PdfError | null;