import type { Transforms2d } from "../types";
export declare const processTransform2d: (transforms: Transforms2d) => import("../types").SkMatrix;
