import type { RawMatrix3 } from '../mat3/RawMatrix3'; import type { RawMatrix4 } from './RawMatrix4'; /** * Create a matrix4 from matrix3. */ export declare function mat4FromMat3(source: RawMatrix3): RawMatrix4;