declare global { interface Window { syntheticsRunId: string | undefined; } } export declare const SYNTHETICS_RUN_ID_ATTRIBUTE = "Synthetics-RunId"; export declare function getSyntheticsRunId(): string | undefined;