import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
/**
 * Creates a new instance of the appropriate class based on discriminator value
 * @param parseNode The parse node to use to read the discriminator value and create the object
 * @returns {ResizeCloudPcPostRequestBody}
 */
export declare function createResizeCloudPcPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
 * The deserialization information for the current model
 * @returns {Record<string, (node: ParseNode) => void>}
 */
export declare function deserializeIntoResizeCloudPcPostRequestBody(resizeCloudPcPostRequestBody?: Partial<ResizeCloudPcPostRequestBody> | undefined): Record<string, (node: ParseNode) => void>;
export interface ResizeCloudPcPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
    /**
     * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
     */
    additionalData?: Record<string, unknown>;
    /**
     * Stores model information.
     */
    backingStoreEnabled?: boolean;
    /**
     * The targetServicePlanId property
     */
    targetServicePlanId?: string;
}
/**
 * Provides operations to call the resizeCloudPc method.
 */
export interface ResizeCloudPcRequestBuilder extends BaseRequestBuilder<ResizeCloudPcRequestBuilder> {
    /**
     * Upgrade or downgrade an existing Cloud PC to another configuration with a new virtual CPU (vCPU) and storage size.
     * @param body The request body
     * @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
     * @deprecated The resizeCloudPc API is deprecated and will stop returning on Oct 30, 2023. Please use resize instead as of 2023-05/resizeCloudPc
     * @see {@link https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta|Find more info here}
     */
    post(body: ResizeCloudPcPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
    /**
     * Upgrade or downgrade an existing Cloud PC to another configuration with a new virtual CPU (vCPU) and storage size.
     * @param body The request body
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     * @deprecated The resizeCloudPc API is deprecated and will stop returning on Oct 30, 2023. Please use resize instead as of 2023-05/resizeCloudPc
     */
    toPostRequestInformation(body: ResizeCloudPcPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
}
/**
 * Serializes information the current object
 * @param writer Serialization writer to use to serialize this model
 */
export declare function serializeResizeCloudPcPostRequestBody(writer: SerializationWriter, resizeCloudPcPostRequestBody?: Partial<ResizeCloudPcPostRequestBody> | undefined): void;
/**
 * Uri template for the request builder.
 */
export declare const ResizeCloudPcRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/comanagedDevices/{managedDevice%2Did}/resizeCloudPc";
/**
 * Metadata for all the requests in the request builder.
 */
export declare const ResizeCloudPcRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map