import { type ZebraFotaDeployment } from '@microsoft/msgraph-beta-sdk/models/index.js';
import { type CancelRequestBuilder } from './cancel/index.js';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
/**
 * Provides operations to manage the zebraFotaDeployments property of the microsoft.graph.deviceManagement entity.
 */
export interface ZebraFotaDeploymentItemRequestBuilder extends BaseRequestBuilder<ZebraFotaDeploymentItemRequestBuilder> {
    /**
     * Provides operations to call the cancel method.
     */
    get cancel(): CancelRequestBuilder;
    /**
     * Delete navigation property zebraFotaDeployments for deviceManagement
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @throws {ODataError} error when the service returns a 4XX or 5XX status code
     */
    delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
    /**
     * Collection of ZebraFotaDeployments associated with account.
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {Promise<ZebraFotaDeployment>}
     * @throws {ODataError} error when the service returns a 4XX or 5XX status code
     */
    get(requestConfiguration?: RequestConfiguration<ZebraFotaDeploymentItemRequestBuilderGetQueryParameters> | undefined): Promise<ZebraFotaDeployment | undefined>;
    /**
     * Update the navigation property zebraFotaDeployments in deviceManagement
     * @param body The request body
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {Promise<ZebraFotaDeployment>}
     * @throws {ODataError} error when the service returns a 4XX or 5XX status code
     */
    patch(body: ZebraFotaDeployment, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ZebraFotaDeployment | undefined>;
    /**
     * Delete navigation property zebraFotaDeployments for deviceManagement
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     */
    toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
    /**
     * Collection of ZebraFotaDeployments associated with account.
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     */
    toGetRequestInformation(requestConfiguration?: RequestConfiguration<ZebraFotaDeploymentItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
    /**
     * Update the navigation property zebraFotaDeployments in deviceManagement
     * @param body The request body
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     */
    toPatchRequestInformation(body: ZebraFotaDeployment, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
}
/**
 * Collection of ZebraFotaDeployments associated with account.
 */
export interface ZebraFotaDeploymentItemRequestBuilderGetQueryParameters {
    /**
     * Expand related entities
     */
    expand?: string[];
    /**
     * Select properties to be returned
     */
    select?: string[];
}
/**
 * Uri template for the request builder.
 */
export declare const ZebraFotaDeploymentItemRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment%2Did}{?%24expand,%24select}";
/**
 * Metadata for all the navigation properties in the request builder.
 */
export declare const ZebraFotaDeploymentItemRequestBuilderNavigationMetadata: Record<Exclude<keyof ZebraFotaDeploymentItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
/**
 * Metadata for all the requests in the request builder.
 */
export declare const ZebraFotaDeploymentItemRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map