import type { DoubleHeightPoint, DoubleWidthPoint } from "./double.js";
import type { BareQRSPoint } from "./qrs.js";
export declare const doubleHeightFromQRS: (qrs: BareQRSPoint) => DoubleHeightPoint;
export declare const doubleWidthFromQRS: (qrs: BareQRSPoint) => DoubleWidthPoint;
//# sourceMappingURL=double-from-qrs.d.ts.map