import { MaybeArray, Option } from '../types'; /** Converts the item to an array if it isn't already. */ export declare function toArray(item?: Option>): T[];