export interface IAlunaCredentialsSchema { key: string; secret: string; passphrase?: string; }