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