/**
 * This is a variation of:
 * Reference: https://stackoverflow.com/a/8809472
 *
 * We don't generate an UUID, instead it's a fake id so we don't clash with the user's routes.
 */
declare function generateErrorId(): string;

export { generateErrorId };
