import { AwsCredentialIdentity } from "@aws-sdk/types";
/**
 * @public
 */
export interface S3ExpressIdentity extends AwsCredentialIdentity {
}
