/** Get device pixel ratio, clamped to reasonable range. */ export declare function getDpr(): number; /** Apply DPR scaling to canvas context. */ export declare function applyDpr(ctx: CanvasRenderingContext2D, dpr: number, w: number, h: number): void; //# sourceMappingURL=dpr.d.ts.map