import { IMatrix4 } from './IMatrix4'; import { Vec3 } from '../vec3/Vec3'; export declare function Mat4GetTranslation(matrix: IMatrix4, out?: Vec3): Vec3; //# sourceMappingURL=Mat4GetTranslation.d.ts.map