export declare function normalizeArray(arr: RestOrArray): T[]; export type RestOrArray = T[] | [T[]]; //# sourceMappingURL=normalizeArray.d.ts.map