import type { WdthRange } from "./types"; export declare function shapingCSS(liga?: boolean): Record; export declare function detectWdthSupport(fontCSS: string, liga?: boolean): WdthRange | null; //# sourceMappingURL=measure.d.ts.map