/**
 * Tracks a visit on the page that the function was run on
 */
export declare function trackPageView(customPageTitle?: string): void;
