import type { Ref } from '@vue/composition-api';
export declare function useVariables<T extends Record<string, string>>(variables: T): Record<keyof T, Ref<string>>;
