/** * Does array contain value */ export declare function ArrayHas($needle: T, $hay: T[]): boolean;