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