export declare function isPinnedPathHelperSpawnError(error: unknown): boolean; export declare function runPinnedPathHelper(params: { operation: "mkdirp" | "remove"; rootPath: string; relativePath: string; }): Promise; //# sourceMappingURL=pinned-path.d.ts.map