declare const pageview: (router: string) => void;
declare const event: (name: string, options?: {}) => void;
export { event, pageview };
