export default class Crypt { static sha256Encode(str: string, salt: string): string; static md5Encode(str: string): string; }