import fsExtra from "fs-extra";
export declare const indexDist = "node ../../dist/src/index.js";
export declare const getEmptyDirByPath: (path: string, exitCode: number) => Promise<string | undefined>;
export declare const getEmptyDir: (name: string, exitCode: number) => Promise<string>;
export declare const fileExists: (file: fsExtra.PathLike) => Promise<boolean>;
export declare const updateCopyProjectName: (name: string, projectPath: string) => Promise<void | null>;
export declare const createInterface: (CIRCUIT_NAME: string, protocol: string, content: string, SOLIDITY_VERSION: string) => Promise<void>;
export declare const bumpSolidityVersion: (SOLIDITY_VERSION: string, CIRCUIT_NAME: string, PROTOCOL: string) => Promise<void>;
export declare const arrayLogger: (key: string, array: any[]) => any;
//# sourceMappingURL=utils.d.ts.map