import { FloatArray } from '../types'; export declare function createNumberArray(n: number): FloatArray;