/**
 * Generates a random guid
 */
export declare function randomGuid(): string;
