import type { Transaction } from '@sentry/types';
import type { TracingOptions, Vue } from './types';
type Mixins = Parameters<Vue['mixin']>[0];
/** Grabs active transaction off scope, if any */
export declare function getActiveTransaction(): Transaction | undefined;
export declare const createTracingMixins: (options: TracingOptions) => Mixins;
export {};
//# sourceMappingURL=tracing.d.ts.map