import type { Md2PdfConfig } from '../types/config.js'; export declare function loadConfig(cwd?: string, explicitPath?: string): Promise<{ config: Md2PdfConfig; filepath: string | null; }>;