/** * Checks if the given value is an array. * @param item - The item to test * @internal */ export declare const isSingleItem: (item: unknown) => boolean;