export interface UuidInterface { generate: () => string; }