import type { ComputedDependence } from "./initComputedAndGetCache"; export declare function removeSubDependences(dependences: ComputedDependence[]): ComputedDependence[]; export declare function removePreviousDependence(dependences: ComputedDependence[], basePath: string[]): ComputedDependence[];