import { Client } from '@sentry/types';
/** Instruments the Next.js app router for pageloads. */
export declare function appRouterInstrumentPageLoad(client: Client): void;
/** Instruments the Next.js app router for navigation. */
export declare function appRouterInstrumentNavigation(client: Client): void;
//# sourceMappingURL=appRouterRoutingInstrumentation.d.ts.map
