/** @internal */ export declare type OffscreenCanvasExt = OffscreenCanvas & { convertToBlob: (options?: any) => Promise; }; export declare function initShims(): void;