import { UnwrapNestedRefs } from 'vue-demi'; import { HCondition } from './interface'; export type DefineCondition = Record; export declare function defineCondition>(config: T): UnwrapNestedRefs;