import { UnknownRecord } from "../ts/types.js"; /** * Set the types of a given `object` based on the types of an identical `types` object. Usful in conjunction with `getEnv` to convert a object only containing strings/objects to actual types. */ export declare const rebuildTypes: (object: UnknownRecord, types: UnknownRecord) => void; //# sourceMappingURL=rebuildTypes.d.ts.map