export declare const webcastStartedHeaders: [string, string][]; export declare const webcastStartedData: { conference: string; type: string; }; export declare const webcastStoppedHeaders: [string, string][]; export declare const webcastStoppedData: { conference: string; type: string; };