export declare const keys: (array: ReadonlyArray<unknown>) => IterableIterator<number>;
