/** S3™ compatible storage credentials secret only */
export interface S3CredentialsSecretOnly {
    /** S3™ compatible access key secret */
    secret: string;
}
//# sourceMappingURL=S3CredentialsSecretOnly.d.ts.map