import { ProvidedGlobalConfig } from '../services/global-config';
/** Use this function if you don't want to throw error if hook used outside setup function by useGlobalConfig */
export declare function useGlobalConfig(): ProvidedGlobalConfig;
