import type { RecoveryServicesContext as Client } from "../index.js"; import type { CertificateRequest, VaultCertificateResponse } from "../../models/models.js"; import type { VaultCertificatesCreateOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _createSend(context: Client, resourceGroupName: string, vaultName: string, certificateName: string, certificateRequest: CertificateRequest, options?: VaultCertificatesCreateOptionalParams): StreamableMethod; export declare function _createDeserialize(result: PathUncheckedResponse): Promise; /** Uploads a certificate for a resource. */ export declare function create(context: Client, resourceGroupName: string, vaultName: string, certificateName: string, certificateRequest: CertificateRequest, options?: VaultCertificatesCreateOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map