export declare const makeArrayOfRepeatedObjects: <T extends object>(length: number, obj: T) => T[];
