export declare function getSyntheticsContext(): {
    test_id: string;
    result_id: string;
    injected: boolean;
} | undefined;
