export interface PluginArchiveCandidate { directory: string; packagePath: string; } /** Extracts only eligible plugin package roots from a bounded ZIP, rejecting links, bombs, traversal, and ambiguous generic archives. */ export declare function pluginArchiveExtract(archive: Buffer, destination: string, kind: "github" | "zip"): Promise; //# sourceMappingURL=archive.d.ts.map