export declare const parentEntrySlot: { readonly id: string; hasValue(): boolean; getValue(): import("./entry").Entry | undefined; withValue(value: import("./entry").Entry, callback: (this: TThis, ...args: TArgs) => TResult, args?: TArgs | undefined, thisArg?: TThis | undefined): TResult; }; export { bind as bindContext, noContext, setTimeout, asyncFromGen, } from "@wry/context";