export declare const fill: <T>(value: T) => (array: T[]) => T[];
