/** * ensure a value is an array * @public */ export declare function normalizeArray(input: T | T[]): T[]; //# sourceMappingURL=normalize.d.ts.map