/** * Recursively finds all hashicorp packages that are installed in the current directory. * * @param directory the directory to search * @param isRecursive whether or not the function is recursing */ export declare function getHashicorpPackages(directory: string, isRecursive?: boolean): string[];