export interface IPairs2Float32 extends Float32Array {
    readonly length: 2;
}
