import type { InstallOptions } from '../../_utils/config';
export declare const useGlobalConfig: () => Partial<InstallOptions>;
