import { type CloudPcReviewStatus } from '@microsoft/msgraph-beta-sdk/models/index.js';
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
/**
 * Provides operations to call the getCloudPcReviewStatus method.
 */
export interface GetCloudPcReviewStatusRequestBuilder extends BaseRequestBuilder<GetCloudPcReviewStatusRequestBuilder> {
    /**
     * Get the review status of a specific Cloud PC device.
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {Promise<CloudPcReviewStatus>}
     * @throws {ODataError} error when the service returns a 4XX or 5XX status code
     * @deprecated The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
     * @see {@link https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta|Find more info here}
     */
    get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcReviewStatus | undefined>;
    /**
     * Get the review status of a specific Cloud PC device.
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     * @deprecated The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API as of 2024-01/getCloudPcReviewStatus
     */
    toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
}
/**
 * Uri template for the request builder.
 */
export declare const GetCloudPcReviewStatusRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/comanagedDevices/{managedDevice%2Did}/getCloudPcReviewStatus()";
/**
 * Metadata for all the requests in the request builder.
 */
export declare const GetCloudPcReviewStatusRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map