import { IConfig } from './utils/IConfig'; declare const loadVGSCollect: (config?: IConfig) => Promise; export { loadVGSCollect };