export interface HashInterface { /** * value() * * gets the value of the hash. */ value(): string; }