import type { FunctionMaybe } from '../types'; export declare const useGuarded: (value: FunctionMaybe, guard: ((value: T) => value is U)) => (() => U); //# sourceMappingURL=use_guarded.d.ts.map