export declare function toArray<T>(value: T | T[]): T[];
export declare function includes(test: any, search: string): boolean;
