export declare const setOpacity: ({ ctx, opacity, }: { ctx: OffscreenCanvasRenderingContext2D; opacity: number; }) => () => void;