import { App } from 'vue';
import { LoadConfig } from './use/apiLoader';
export declare function install(app: App, config: LoadConfig): void;
