export declare const includes: (array: (string | number)[], value: string | number) => boolean;