/** * Generates a random session ID up to 53 bits in size, skips first 0xFFFF * values, keeping them reserved for future extensions. * * @returns Random session ID. */ export declare const randomSessionId: () => number;