import { Object3DSoA, Object3DSoAoA } from "../proxy/Types"; export declare const composeMatrixSoA: (store: Object3DSoA, eid: number) => void; export declare const composeMatrixAoA: (store: Object3DSoAoA, eid: number) => void;