import { type CloudCertificationAuthority } 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 getCloudCertificationAuthority method.
 */
export interface GetCloudCertificationAuthorityRequestBuilder extends BaseRequestBuilder<GetCloudCertificationAuthorityRequestBuilder> {
    /**
     * Invoke action getCloudCertificationAuthority
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {Promise<CloudCertificationAuthority>}
     * @throws {ODataError} error when the service returns a 4XX or 5XX status code
     */
    post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CloudCertificationAuthority | undefined>;
    /**
     * Invoke action getCloudCertificationAuthority
     * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
     * @returns {RequestInformation}
     */
    toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
}
/**
 * Uri template for the request builder.
 */
export declare const GetCloudCertificationAuthorityRequestBuilderUriTemplate = "{+baseurl}/deviceManagement/cloudCertificationAuthority/{cloudCertificationAuthority%2Did}/getCloudCertificationAuthority";
/**
 * Metadata for all the requests in the request builder.
 */
export declare const GetCloudCertificationAuthorityRequestBuilderRequestsMetadata: RequestsMetadata;
//# sourceMappingURL=index.d.ts.map