import { IVec3Like } from '../vec3/IVec3Like';
import { Matrix4 } from './Matrix4';
export declare function Mat4SetTranslation(matrix: Matrix4, vec3: IVec3Like): Matrix4;
//# sourceMappingURL=Mat4SetTranslation.d.ts.map