import type { It } from "../It";
export declare function entries<T extends object>(obj: T): It<[string & keyof T, T[keyof T]]>;
