/** * Convert an array of items into a Record keyed by a specified ID field. * Used to transform test fixtures from array format to Record format * for the array-to-record schema migration. */ export declare function arrayToRecord>(items: T[], idField: keyof T): Record; //# sourceMappingURL=test-utils.d.ts.map