export declare const createFilledArray: <Value>(length: number, value: Value | ((index: number) => Value)) => Value[];
