import { GlideScriptableInputStream } from "../types/GlideScriptableInputStream"; export declare class KMFInstancePKI { constructor(); downloadCertificate(sysId: string, format: string): string; flushCRLCache(): void; generateCRL(): GlideScriptableInputStream; generateCRLUsingSerialNumber( certSerialNumber: string ): GlideScriptableInputStream; isEnabled(): boolean; revoke(certSysId: string, reason: string): string; revokeFromEndpoint( certSysId: string, reason: string, endpoint: string ): string; runDiagnostics(): string; signCertificate(endpointId: string, csr: string): string; signCertificateFromAttachment(endpointId: string): string; }