export declare class ArrayService { /** Check if a value is in array */ inArray(value: any, array: any): boolean; }