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