export declare const fillArray: (count: number, generatorFunction: (...args: any) => number) => number[];