declare function fillArrayAPI(array: T, value: number): void; export declare const fillArray: typeof fillArrayAPI; export {};