export declare function waitForDocumentFonts(): Promise; interface PollOptions { testFont?: string; testText?: string; maxChecks?: number; checkInterval?: number; stableThreshold?: number; } export declare function waitForCanvasFonts(options?: PollOptions): Promise; export declare function waitForFonts(options?: PollOptions): Promise; export {};