/**
* Tracks page loads as per this OTel spec:
* https://github.com/open-telemetry/semantic-conventions/pull/1910/files
*
* Notable difference: The full URL is transmitted as a signal attribute.
*/
export declare function startPageLoadInstrumentation(): void;