/** * Correlation ids for iframe postMessage. `crypto.randomUUID` is Safari * 15.4+ / Chrome 92+; `getRandomValues` covers the SDK's older floor. */ export declare function randomRequestId(): string;