import type { WithResponse } from "./utils/utils.common.js"; import type { ListQueuesSegmentResponse, MessageIdDeleteHeaders, MessageIdUpdateHeaders, MessagesClearHeaders, QueueCreateHeaders, QueueDeleteHeaders, QueueGetPropertiesHeaders, QueueServiceProperties, QueueServiceStatistics, QueueSetAccessPolicyHeaders, QueueSetMetadataHeaders, ServiceGetPropertiesHeaders, ServiceGetStatisticsHeaders, ServiceGetUserDelegationKeyHeaders, ServiceListQueuesSegmentHeaders, ServiceSetPropertiesHeaders, UserDelegationKey as UserDelegationKeyModel } from "./generated/src/index.js"; import { UserDelegationKey } from "@azure/storage-common"; export { AccessPolicy, CorsRule, DequeuedMessageItem, EnqueuedMessage, GeoReplication, GeoReplicationStatusType, ListQueuesSegmentResponse, Logging, MessagesDequeueHeaders, MessagesEnqueueHeaders, MessageIdDeleteHeaders, MessageIdUpdateHeaders, MessagesClearHeaders, MessagesPeekHeaders, Metrics, PeekedMessageItem, QueueCreateHeaders, QueueDeleteHeaders, QueueGetAccessPolicyHeaders, QueueGetPropertiesHeaders, QueueItem, QueueServiceProperties, QueueServiceStatistics, QueueSetAccessPolicyHeaders, QueueSetMetadataHeaders, RetentionPolicy, ServiceGetPropertiesHeaders, ServiceGetStatisticsHeaders, ServiceGetUserDelegationKeyHeaders, ServiceListQueuesSegmentHeaders, ServiceSetPropertiesHeaders, SignedIdentifier as SignedIdentifierModel, UserDelegationKey as UserDelegationKeyModel, } from "./generated/src/models/index.js"; /** Contains response data for the getProperties operation. */ export type ServiceGetPropertiesResponse = WithResponse; /** * Contains response data for the create operation. */ export declare type QueueCreateResponse = WithResponse; /** Contains response data for the listQueuesSegment operation. */ export type ServiceListQueuesSegmentResponse = WithResponse; /** Contains response data for the setProperties operation. */ export type ServiceSetPropertiesResponse = WithResponse; /** Contains response data for the getStatistics operation. */ export type ServiceGetStatisticsResponse = WithResponse; /** Contains response data for the setMetadata operation. */ export type QueueSetMetadataResponse = WithResponse; /** Contains response data for the setAccessPolicy operation. */ export type QueueSetAccessPolicyResponse = WithResponse; /** Contains response data for the getProperties operation. */ export type QueueGetPropertiesResponse = WithResponse; /** Contains response data for the delete operation. */ export type QueueDeleteResponse = WithResponse; /** Contains response data for the clear operation. */ export type MessagesClearResponse = WithResponse; /** Contains response data for the update operation. */ export type MessageIdUpdateResponse = WithResponse; /** Contains response data for the delete operation. */ export type MessageIdDeleteResponse = WithResponse; /** * Contains response data for the {@link getUserDelegationKey} operation. */ export declare type ServiceGetUserDelegationKeyResponse = WithResponse; //# sourceMappingURL=generatedModels.d.ts.map