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