import { Provider } from '@/types'; /** * 全局配置注入 * @param config Provider */ export declare function provider(config: Provider): void;