import { Nullish } from "../types"; /** * Normalize arg to an array. */ export declare const normalizeArray: (arg: Nullish | T | T[]) => T[]; //# sourceMappingURL=normalize-array.d.ts.map