export interface IKeyRegister {
    hash: () => string;
}
