import type { UniwindContextType } from '../../core/types'; export declare const getVariableValue: (name: string, uniwindContext: UniwindContextType) => unknown;