export declare function flattenFloat32Arrays(arrs: Float32Array[]): Float32Array; export declare function makeTimeoutPromise(milli: number): Promise;