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