import { type MobileAppTroubleshootingEvent } from '@microsoft/msgraph-beta-sdk/models/index.js';
import { type AppLogCollectionRequestsRequestBuilder } from './appLogCollectionRequests/index.js';
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
/**
 * Provides operations to manage the mobileAppTroubleshootingEvents property of the microsoft.graph.deviceManagement entity.
 */
export interface MobileAppTroubleshootingEventItemRequestBuilder extends BaseRequestBuilder<MobileAppTroubleshootingEventItemRequestBuilder> {
    /**
     * Provides operations to manage the appLogCollectionRequests property of the microsoft.graph.mobileAppTroubleshootingEvent entity.
     */
    get appLogCollectionRequests(): AppLogCollectionRequestsRequestBuilder;
    /**
     * Delete navigation property mobileAppTroubleshootingEvents 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>;
    /**
     * The collection property of MobileAppTroubleshootingEvent.
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {Promise<MobileAppTroubleshootingEvent>}
     * @throws {ODataError} error when the service returns a 4XX or 5XX status code
     */
    get(requestConfiguration?: RequestConfiguration<MobileAppTroubleshootingEventItemRequestBuilderGetQueryParameters> | undefined): Promise<MobileAppTroubleshootingEvent | undefined>;
    /**
     * Update the navigation property mobileAppTroubleshootingEvents in deviceManagement
     * @param body The request body
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {Promise<MobileAppTroubleshootingEvent>}
     * @throws {ODataError} error when the service returns a 4XX or 5XX status code
     */
    patch(body: MobileAppTroubleshootingEvent, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MobileAppTroubleshootingEvent | undefined>;
    /**
     * Delete navigation property mobileAppTroubleshootingEvents for deviceManagement
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     */
    toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
    /**
     * The collection property of MobileAppTroubleshootingEvent.
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     */
    toGetRequestInformation(requestConfiguration?: RequestConfiguration<MobileAppTroubleshootingEventItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
    /**
     * Update the navigation property mobileAppTroubleshootingEvents 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: MobileAppTroubleshootingEvent, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
}
/**
 * The collection property of MobileAppTroubleshootingEvent.
 */
export interface MobileAppTroubleshootingEventItemRequestBuilderGetQueryParameters {
    /**
     * Expand related entities
     */
    expand?: string[];
    /**
     * Select properties to be returned
     */
    select?: string[];
}
/**
 * Uri template for the request builder.
 */
export declare const MobileAppTroubleshootingEventItemRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent%2Did}{?%24expand,%24select}";
/**
 * Metadata for all the navigation properties in the request builder.
 */
export declare const MobileAppTroubleshootingEventItemRequestBuilderNavigationMetadata: Record<Exclude<keyof MobileAppTroubleshootingEventItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
/**
 * Metadata for all the requests in the request builder.
 */
export declare const MobileAppTroubleshootingEventItemRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map