import { IPackage } from 'ethpkg'; export declare const cliPrint: (str: string) => void; export declare const prettyPrintPackage: (pkg: IPackage) => Promise; export declare const replaceAll: (str: string, searchVal: string, replaceVal: string) => string; export declare const createCLIPrinter: () => { listener: (newState: string, args: any) => void; print(message?: any, ...optionalParams: any[]): void; fail(err: string | Error): void; }; //# sourceMappingURL=cli-utils.d.ts.map