/**
 * 根据 actions 来做 transform
 * @param m
 * @param actions
 */
export declare function transform(m: number[], actions: any[][]): any[];
