export type CV = import('../cv-engine/src/schema/cvSchema').CV; export function buildPrintableHtml(cv: CV, templateId?: string): string;