/** * Converts an object to a record. * * @template T - The type of the object to convert. * @param obj - The object to convert. * @returns The record. */ export declare function toRecord(obj: T): Record; //# sourceMappingURL=toRecord.d.ts.map