export declare const createRange: <Type extends {}, Length extends number>(length: Length, initializer: (index: number) => Type) => Type[];
