import { Options } from './options'; export declare function parseWebFontRules(clonedNode: HTMLElement): Promise; export declare function embedWebFonts(clonedNode: HTMLElement, options: Options): Promise; export declare function getWebFontCss(node: HTMLElement, options: Options): Promise; export declare function getCssRules(styleSheets: CSSStyleSheet[]): Promise;