import type { Lists } from './_types';
/**
 * Gives lists of keys, and values.
 * @param x an array
 */
declare function lists<T>(x: T[]): Lists<T>;
export default lists;
//# sourceMappingURL=index.d.ts.map