import type { Plugin } from '../../types.js'; import type { GoogleAnalyticsPluginOptions } from './types.js'; export type { GoogleAnalyticsCounter, GoogleAnalyticsPluginOptions } from './types.js'; export declare function createGoogleAnalyticsPlugin(): Plugin;