import { InferredVariableType, VariableDefinitions, VariableKey } from '@devcycle/types'; import { DVCVariable } from '@devcycle/js-client-sdk'; export declare const useVariable: (key: K, defaultValue: ValueType) => DVCVariable; export declare const useVariableValue: (key: K, defaultValue: ValueType) => InferredVariableType; export default useVariableValue;