export declare const values: <T>(array: readonly T[]) => IterableIterator<T>;
