import { EncryptedCredentials } from '../types'; export declare class EncryptedCredentialsBase implements EncryptedCredentials { data: string; hash: string; secret: string; }