import type { Client } from '@sentry/core';
/**
 * Instruments the Next.js Client Router for page loads.
 */
export declare function nextRouterInstrumentPageLoad(client: Client): void;
/**
 * Instruments the Next.js Client Router for navigation.
 */
export declare function nextRouterInstrumentNavigation(client: Client): void;
//# sourceMappingURL=nextRoutingInstrumentation.d.ts.map