import { Options } from './options'; export declare function getWebFontCSS(node: T, options: Options): Promise; export declare function embedWebFonts(clonedNode: HTMLElement, options: Options): Promise;