export declare const fillArray: (count: number, callback?: (index: number) => unknown) => T[];