import type * as Atom from "@effect-atom/atom/Atom"; import * as Registry from "@effect-atom/atom/Registry"; import * as React from "react"; /** * @since 1.0.0 * @category context */ export declare function scheduleTask(f: () => void): void; /** * @since 1.0.0 * @category context */ export declare const RegistryContext: React.Context; /** * @since 1.0.0 * @category context */ export declare const RegistryProvider: (options: { readonly children?: React.ReactNode | undefined; readonly initialValues?: Iterable, any]> | undefined; readonly scheduleTask?: ((f: () => void) => void) | undefined; readonly timeoutResolution?: number | undefined; readonly defaultIdleTTL?: number | undefined; }) => React.FunctionComponentElement>; //# sourceMappingURL=RegistryContext.d.ts.map