import { UseCondition } from "./types";
export declare function useCondition(): UseCondition;
