/**
 * @param {string} msg
 */
export function generateMessageId(msg: string, context?: string): string;
