import { HsmCertificateFile } from "./secretClient"; export declare function downloadMacCertificateFromHSM(certName: string): Promise; /** * Signs an application using a certificate from Azure KeyVault. * @param pathToSign - The path to the application to sign. * @param certName - The name of the certificate to use on Azure KeyVault. */ export declare function macOsSign(pathToSign: string, $certName: string): Promise;