import { type SandboxValue } from "./values.js"; export declare function wrapCancelableBindings(bindings: Record, signal?: AbortSignal): Record;