export interface PageContext { page_url: string; user_agent: string; browser: string; os: string; screen_width: number; screen_height: number; } export declare function collectPageContext(): PageContext; //# sourceMappingURL=collector.d.ts.map