import { z } from 'zod'; import { stringValue } from './aether'; export interface UseProps extends Pick, "telem" | "stalenessTimeout"> { aetherKey: string; } export interface UseReturn extends Pick, "value" | "stale"> { } export declare const use: ({ aetherKey, telem, stalenessTimeout }: UseProps) => UseReturn; //# sourceMappingURL=use.d.ts.map