declare global { var cardinalInternalGlobals: { randomUuid?: () => string; } | undefined; } export declare function randomUuid(): string;