export interface EncryptedCredentials { data: string; hash: string; secret: string; }