import { InitOptions } from '@smooth_zhz/web-tracing-core';
export * from '@smooth_zhz/web-tracing-core';

declare function install(Vue: any, options: InitOptions): void;
declare const _default: {
    install: typeof install;
};

export { _default as default };
