import { Import } from './certificate/Import';
/** Add a new certificate */
export interface CertificateAdd {
    /** Import an existing certificate */
    import?: Import;
    /** Name of the certificate */
    name: string;
}
//# sourceMappingURL=CertificateAdd.d.ts.map