export declare const uuidv1: import("uuid/interfaces").v1;
/**
 * Wrap this just so we can stub it in tests.
 *
 * Returns:
 *  String GUID of form uuid/v1 (see uuid npm package)
 **/
export declare function GetHowsMyDrivingId(): string;
