import { type Dependency } from "./types"; export declare function getDependencies(directory: string): Dependency[];