import type { Key } from './key.js'; /** * Empty object type * @deprecated use {@link SomeRecord} instead */ export type ObjectLiteral = { [key: Key]: V; }; //# sourceMappingURL=object-literal.d.ts.map