declare module "uuid" { export const v4: () => string; }