import type { Context } from "../../types/context";
import type { CacheConfig } from "../types";
export declare const getYarnCache: (context: Context, policy?: string) => Promise<CacheConfig[]>;
export declare const getNodeModulesCache: (context: Context, policy?: string) => Promise<CacheConfig[]>;
export declare const getNodeCache: (context: Context, policy?: string) => Promise<CacheConfig[]>;