import type { Core } 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"; export declare function readbackByValue(mod: Mod, ctx: Ctx, type: Value, value: Value): Core; //# sourceMappingURL=readbackByValue.d.ts.map