import type { GtagCommands } from '../types.js'; export declare function useTrackEvent(...args: GtagCommands['event']): void;