/** * Derive the output file path from a source file. */ export declare const getOutputFilePath: (mdFilePath: string, extension: 'html' | 'pdf') => string;