export declare function PluginError(message: string, parent?: Error | undefined): Error; export declare function sleep(msec: number): Promise; export declare function isFilePath(path: string): boolean; export declare function runDockerCompose(args: string, opts?: any): void; export declare function isDevDependency(path: string): boolean; export declare function currentNetworkEIP3085(): Promise; //# sourceMappingURL=misc.d.ts.map