import dirTree from "directory-tree";
export declare const getContractsTree: (pathToContractsFolder: string) => dirTree.DirectoryTree<Record<string, any>>[] | undefined;
export declare const getContractNameFromAbiPath: (pathToAbi: string) => string;
