import type * as Cores from "../core/index.js"; import type { Ctx } from "../ctx/index.js"; import type { Mod } from "../mod/index.js"; import type { Value } from "../value/index.js"; import * as Values from "../value/index.js"; export declare function readbackProperties(mod: Mod, ctx: Ctx, clazz: Values.Clazz, value: Value): Record; //# sourceMappingURL=readbackProperties.d.ts.map