import AdmZip from "adm-zip"; import { exec } from "child_process"; export declare const mcpCertDeps: { exec: typeof exec; }; /** * Verifies that all Local MCP plugin certificates in the plugin file are valid. * Returns true if all certs are valid or no Local MCP plugins exist, false otherwise. */ export declare function verifyLocalMCPPluginCerts(pluginFile: AdmZip.IZipEntry): Promise; /** * Verifies that a package family certificate is valid (not a developer/self-signed cert). * Valid certs include: Store, System, Enterprise. * Invalid certs include: Developer (self-signed). */ export declare function verifyPackageFamilyCertIsValid(packageName: string): Promise; //# sourceMappingURL=McpCertVerification.d.ts.map