export declare const multiplyMatrices: (out: Float32Array, a: Float32Array, b: Float32Array) => void;