import type { DevCycleEvent } from '@devcycle/js-client-sdk';
export declare const useTrack: () => ((event: DevCycleEvent) => void);
