export declare function parseWebFontRules(clonedNode: HTMLElement): Promise; export declare function embedWebFonts(clonedNode: HTMLElement, options: Object): Promise; export declare function getCssRules(styleSheets: CSSStyleSheet[]): Promise;