/** Presigned URL method */
export declare enum PresignedURLMethodEnum {
    'DELETE' = "DELETE",
    'GET' = "GET",
    'PUT' = "PUT"
}
//# sourceMappingURL=PresignedURLMethodEnum.d.ts.map