/** * Service config. */ export interface SecureStorageConfig { secretKey: string; encryptKey?: boolean; }