export declare const ensureArray: <T>(input: T | T[]) => T[];
