export declare const getArrayIfSingleItem: <T>(mayBeArray: T) => T | T[];
