import { AlwaysArray } from '../types';
export declare const toArray: <T>(value?: T | undefined) => AlwaysArray<T>;
