export default function getCorrelationId({ userId, }?: {
    userId?: string | null;
}): string;
