declare module "@braintree/uuid" {
  function uuid(): string;
  export = uuid;
}
