import { Matrix4 } from './Matrix4';
export declare function Mat4RotateZ(matrix: Matrix4, angle: number, out?: Matrix4): Matrix4;
//# sourceMappingURL=Mat4RotateZ.d.ts.map