import {IHashType} from './constants'; export interface IHashOptions { encryptionType?: IHashType; secret?: string; autosalt?: boolean; salt?: string; }