export declare class HT_CryptoService { static getBase64Hash512SaltedPin(pin: string, salt: string): string; static generateSalt(): Array[128]; }