import { RPCBase } from "../rpcBase"; export declare function CertManager(this: RPCBase): { getSvrCertInfo: () => Promise; importSvrCert: (salt: unknown, cipher: unknown, content: unknown) => Promise>; exportRootCert: () => Promise>; getSvrCertSubject: () => Promise>; removeSvrCert: () => Promise>; }; //# sourceMappingURL=CertManager.d.ts.map