import type { RepositoryInfo, Contract } from './index.js'; export declare const removeContractDirectory: () => Promise; export declare const fetchContractsLocally: (repos: RepositoryInfo[]) => Promise; export declare const getContracts: (type: string) => Promise;