import { type CloudPcLaunchInfo } 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 getCloudPcLaunchInfo method.
 */
export interface GetCloudPcLaunchInfoRequestBuilder extends BaseRequestBuilder<GetCloudPcLaunchInfoRequestBuilder> {
    /**
     * Get the cloudPCLaunchInfo for a specific cloudPC.
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {Promise<CloudPcLaunchInfo>}
     * @throws {ODataError} error when the service returns a 4XX or 5XX status code
     * @see {@link https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta|Find more info here}
     */
    get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudPcLaunchInfo | undefined>;
    /**
     * Get the cloudPCLaunchInfo for a specific cloudPC.
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     */
    toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
}
/**
 * Uri template for the request builder.
 */
export declare const GetCloudPcLaunchInfoRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC%2Did}/getCloudPcLaunchInfo()";
/**
 * Metadata for all the requests in the request builder.
 */
export declare const GetCloudPcLaunchInfoRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map