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