/** * 矩阵变换 * @param actions * @param matrix */ export declare function transform(actions: any[][], matrix?: number[]): number[];