export interface KeyGenerator { generate: () => Promise; }