import type { BookletLocale } from './booklet-locale';
/** Node / tests: exact Noto subset for arbitrary PDF content (GEDCOM names, etc.). */
export declare function subsetBookletPdfFontForContent(locale: BookletLocale, contentText: string): Promise<Uint8Array>;
